mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/CAN-Demo.git
synced 2025-06-10 19:15:59 +00:00
Whoops disabled can
This commit is contained in:
parent
79f77ba667
commit
4c39c7d94f
@ -29,7 +29,7 @@
|
|||||||
#define STA_RTOS_SYSTEM_EVENTS_ENABLE
|
#define STA_RTOS_SYSTEM_EVENTS_ENABLE
|
||||||
// #define STA_RTOS_SYSTEM_WATCHDOG_ENABLE
|
// #define STA_RTOS_SYSTEM_WATCHDOG_ENABLE
|
||||||
// #define STA_RTOS_WATCHDOG_ENABLE
|
// #define STA_RTOS_WATCHDOG_ENABLE
|
||||||
// #define STA_CAN_BUS_ENABLE
|
#define STA_CAN_BUS_ENABLE
|
||||||
|
|
||||||
// Uses the default configuration for TACOS.
|
// Uses the default configuration for TACOS.
|
||||||
#include<sta/tacos/configs/default.hpp>
|
#include<sta/tacos/configs/default.hpp>
|
||||||
|
@ -33,7 +33,7 @@ namespace demo
|
|||||||
sta::STM32SPI* spi2;
|
sta::STM32SPI* spi2;
|
||||||
sta::STM32SPIDevice* device_;
|
sta::STM32SPIDevice* device_;
|
||||||
|
|
||||||
sta::MAX31855 tc*;
|
sta::MAX31855* tc;
|
||||||
|
|
||||||
};
|
};
|
||||||
} // namespace demo
|
} // namespace demo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user