Support HW serial in v5, clean up config

This commit is contained in:
Filip Ayazi 2022-10-11 01:00:31 +01:00
parent 351e5a6b7a
commit 0f4e4b5289
7 changed files with 44 additions and 36 deletions

View file

@ -13,12 +13,6 @@
}
#define CHECK_END_COMMAND(C) check_end_command(C)
//TODO: temporarily disabled for philhower compatibilty
//extern arduino::UART PiSerial;
#ifdef BOARD_SANGABOARDv5
#endif
struct Command
{
const char * command;