From 4c39c7d94fa0e3236ea985f003a5ab079fb3d7d4 Mon Sep 17 00:00:00 2001 From: "@CarlWachter" Date: Fri, 8 Mar 2024 17:23:53 +0100 Subject: [PATCH] Whoops disabled can --- App/Inc/sta/config.hpp | 2 +- App/Inc/tasks/thermo.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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