Fix simulator

This commit is contained in:
Andrey Gusakov 2023-12-07 00:26:48 +03:00 committed by rusefillc
parent b87f1e8174
commit 9178c136ee
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
CANDriver* detectCanDevice(brain_pin_e pinRx, brain_pin_e pinTx);
static bool isValidCanTxPin(brain_pin_e) { return true; }
static bool isValidCanRxPin(brain_pin_e) { return true; }
static canHwInfo(CANDriver*) { return; }
static void canHwInfo(CANDriver*) { return; }
#endif // HAL_USE_CAN
static bool allowFlashWhileRunning() { return true; }