Reduce verbosity

pull/115/head
Alex Voinea 2021-09-20 17:26:17 +02:00
parent a8b1725dfe
commit 29018671b5
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ void EVENT_USB_Device_ConfigurationChanged(void) {
/** Event handler for the library USB Control Request reception event. */
void EVENT_USB_Device_ControlRequest(void) {
hal::usart::usart1.puts("EVENT_USB_Device_ControlRequest\n");
// hal::usart::usart1.puts("EVENT_USB_Device_ControlRequest\n");
CDC_Device_ProcessControlRequest(&VirtualSerial_CDC_Interface);
}