diff options
Diffstat (limited to 'stmhal/usb.c')
-rw-r--r-- | stmhal/usb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stmhal/usb.c b/stmhal/usb.c index ef7e8a62eb..50848f4555 100644 --- a/stmhal/usb.c +++ b/stmhal/usb.c @@ -199,7 +199,6 @@ void USR_KEYBRD_ProcessData(uint8_t pbuf) { led_state(4, 1); USB_OTG_BSP_mDelay(50); led_state(4, 0); - //lcd_print_strn((char*)&pbuf, 1); usb_keyboard_key = pbuf; } |