From 34ab8dd6dde058aeeff721eb066dad36858d8f4b Mon Sep 17 00:00:00 2001 From: Damien George Date: Sun, 15 Jun 2014 00:41:47 +0100 Subject: stmhal: Update and improve LCD driver. Still some method names to iron out, and funtionality to add, but this will do for the first, basic version. --- stmhal/usb.c | 1 - 1 file changed, 1 deletion(-) (limited to 'stmhal/usb.c') diff --git a/stmhal/usb.c b/stmhal/usb.c index ef7e8a62e..50848f455 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; } -- cgit v1.2.3