removed unused command

This commit is contained in:
Alessandro Mauri 2026-04-21 21:59:30 +02:00
parent 1fdf6d2cca
commit a38c71674b

View File

@ -98,7 +98,6 @@ void handle_usbfs_input(int numbytes, uint8_t *data)
printf( printf(
"Available commands:\n" "Available commands:\n"
"\tr : toggle the 12V regulator\n" "\tr : toggle the 12V regulator\n"
"\td : init display\n"
"\ts : scan I2C bus\n" "\ts : scan I2C bus\n"
); );
break; break;