summaryrefslogtreecommitdiff
path: root/firmware/ifp_usb_serial.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/ifp_usb_serial.c')
-rw-r--r--firmware/ifp_usb_serial.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/firmware/ifp_usb_serial.c b/firmware/ifp_usb_serial.c
index 530f2c122b..5392de0d52 100644
--- a/firmware/ifp_usb_serial.c
+++ b/firmware/ifp_usb_serial.c
@@ -988,10 +988,7 @@ static void serial_restart_output(int ep)
988 if (blen) 988 if (blen)
989 { 989 {
990#ifdef LCD_DEBUG 990#ifdef LCD_DEBUG
991 char s[20]; 991 lcd_putsf(0, 2, "o%03lx/%03x", block - serial_out_fifo.buf, blen);
992 snprintf(s, sizeof(s), "o%03lx/%03x", block - serial_out_fifo.buf,
993 blen);
994 lcd_puts(0, 2, s);
995 lcd_update(); 992 lcd_update();
996#endif 993#endif
997 usb_send_block(block, blen, serial_free_out_fifo, ep); 994 usb_send_block(block, blen, serial_free_out_fifo, ep);