firmware: Remove a couple of questionable debug puts()

Those were low level debug meant to be temporary and somehow ended
up committed.

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Change-Id: Ie1b802f347b0de9ea82edb61faaba6094b8f4dfa
This commit is contained in:
Sylvain Munaut 2022-05-03 13:58:31 +02:00
parent 0685eddc1f
commit aae4d3059d
2 changed files with 0 additions and 6 deletions

View File

@ -165,8 +165,6 @@ void main()
/* SPI */
spi_init();
puts("XXX\n");
/* Enable USB directly */
serial_no_init();
usb_init(&app_stack_desc);

View File

@ -200,10 +200,6 @@ refill:
/* Next BDI */
bdi ^= 1;
usb_e1->out_bdi = bdi;
static int x = 0;
if ((x++ & 0xff) == 0xff)
puts(".");
}
/* Feedback endpoint */