summaryrefslogtreecommitdiff
path: root/stmhal/usb.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-06-15 00:41:47 +0100
committerDamien George <damien.p.george@gmail.com>2014-06-15 00:41:47 +0100
commit34ab8dd6dde058aeeff721eb066dad36858d8f4b (patch)
tree7d4393568b5fdaedbb732d4ce39471ec28759d92 /stmhal/usb.c
parent0294661da5b68cd428362fb81513d11471e6a24a (diff)
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.
Diffstat (limited to 'stmhal/usb.c')
-rw-r--r--stmhal/usb.c1
1 files changed, 0 insertions, 1 deletions
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;
}