Remove useless debug info

pull/130/head
Alex Voinea 2021-09-30 18:42:10 +02:00 committed by DRracer
parent 3391b04ec7
commit 538d4c8ef6
1 changed files with 2 additions and 2 deletions

View File

@ -44,12 +44,12 @@ USB_ClassInfo_CDC_Device_t VirtualSerial_CDC_Interface = {
/** Event handler for the library USB Connection event. */ /** Event handler for the library USB Connection event. */
void EVENT_USB_Device_Connect(void) { void EVENT_USB_Device_Connect(void) {
dbg_modules_P(PSTR("EVENT_USB_Device_Connect")); // dbg_modules_P(PSTR("EVENT_USB_Device_Connect"));
} }
/** Event handler for the library USB Disconnection event. */ /** Event handler for the library USB Disconnection event. */
void EVENT_USB_Device_Disconnect(void) { void EVENT_USB_Device_Disconnect(void) {
dbg_modules_P(PSTR("EVENT_USB_Device_Disconnect")); // dbg_modules_P(PSTR("EVENT_USB_Device_Disconnect"));
} }
/** Event handler for the library USB Configuration Changed event. */ /** Event handler for the library USB Configuration Changed event. */