diff --git a/App/Inc/sta/config.hpp b/App/Inc/sta/config.hpp index 1c00977..c2e4c29 100644 --- a/App/Inc/sta/config.hpp +++ b/App/Inc/sta/config.hpp @@ -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 diff --git a/App/Inc/tasks/thermo.hpp b/App/Inc/tasks/thermo.hpp index 98e3223..3080d83 100644 --- a/App/Inc/tasks/thermo.hpp +++ b/App/Inc/tasks/thermo.hpp @@ -33,7 +33,7 @@ namespace demo sta::STM32SPI* spi2; sta::STM32SPIDevice* device_; - sta::MAX31855 tc*; + sta::MAX31855* tc; }; } // namespace demo