aboutsummaryrefslogtreecommitdiffstats
path: root/drv_picoLCD.c
diff options
context:
space:
mode:
Diffstat (limited to 'drv_picoLCD.c')
-rw-r--r--drv_picoLCD.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drv_picoLCD.c b/drv_picoLCD.c
index dafd496..a50b235 100644
--- a/drv_picoLCD.c
+++ b/drv_picoLCD.c
@@ -166,7 +166,6 @@ static void drv_pL_send(void)
usb_bulk_write(lcd, USB_ENDPOINT_OUT + 1, Buffer, BufPtr - Buffer, 1000);
#endif
}
-
#if 0
gettimeofday(&end, NULL);
debug("send %d bytes in %d usec (%d usec/byte)", BufPtr - Buffer,