mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-08-29 02:49:04 +00:00
Touch emulation from usb cdc (#1706)
This commit is contained in:
@@ -542,4 +542,8 @@ void shutdown(const bool leave_screen_on) {
|
||||
shutdown_base();
|
||||
}
|
||||
|
||||
void setEventDispatcherToUSBSerial(EventDispatcher* evt) {
|
||||
usb_serial.setEventDispatcher(evt);
|
||||
}
|
||||
|
||||
} /* namespace portapack */
|
||||
|
||||
Reference in New Issue
Block a user