From e35ae30470542940f578fb004aabd0ec1aae2c05 Mon Sep 17 00:00:00 2001 From: Alex Voinea Date: Thu, 23 Sep 2021 14:24:07 +0300 Subject: [PATCH] Remove some debug code --- src/modules/usb_cdc.cpp | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/modules/usb_cdc.cpp b/src/modules/usb_cdc.cpp index 052ed66..913ae66 100644 --- a/src/modules/usb_cdc.cpp +++ b/src/modules/usb_cdc.cpp @@ -36,18 +36,6 @@ USB_ClassInfo_CDC_Device_t VirtualSerial_CDC_Interface = { }, }; -// void testFunc1(uint8_t i) { -// char str[30]; -// sprintf_P(str, PSTR("testFunc1(%hu)\n"), i); -// hal::usart::usart1.puts(str); -// } - -// void testFunc2(uint8_t i) { -// char str[30]; -// sprintf_P(str, PSTR("testFunc2(%hu)\n"), i); -// hal::usart::usart1.puts(str); -// } - /** Event handler for the library USB Connection event. */ void EVENT_USB_Device_Connect(void) { hal::usart::usart1.puts("EVENT_USB_Device_Connect\n");