Whoops disabled can

This commit is contained in:
@CarlWachter 2024-03-08 17:23:53 +01:00
parent 79f77ba667
commit 4c39c7d94f
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
#define STA_RTOS_SYSTEM_EVENTS_ENABLE
// #define STA_RTOS_SYSTEM_WATCHDOG_ENABLE
// #define STA_RTOS_WATCHDOG_ENABLE
// #define STA_CAN_BUS_ENABLE
#define STA_CAN_BUS_ENABLE
// Uses the default configuration for TACOS.
#include<sta/tacos/configs/default.hpp>

View File

@ -33,7 +33,7 @@ namespace demo
sta::STM32SPI* spi2;
sta::STM32SPIDevice* device_;
sta::MAX31855 tc*;
sta::MAX31855* tc;
};
} // namespace demo