mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/CAN-Demo.git
synced 2025-12-17 20:18:02 +00:00
Addapted to reduced CAN task
This commit is contained in:
@@ -10,6 +10,9 @@
|
||||
|
||||
#include <sta/tacos/thread.hpp>
|
||||
#include <sta/devices/stm32/can.hpp>
|
||||
#include <sta/rtos/mutex.hpp>
|
||||
#include <sta/MAX31855.hpp>
|
||||
#include <sta/devices/stm32/bus/spi.hpp>
|
||||
#include <gpio.h>
|
||||
#include <spi.h>
|
||||
|
||||
@@ -30,7 +33,7 @@ namespace demo
|
||||
sta::STM32SPI* spi2;
|
||||
sta::STM32SPIDevice* device_;
|
||||
|
||||
sta::MAX31855 tc*;
|
||||
sta::MAX31855* tc;
|
||||
|
||||
};
|
||||
} // namespace demo
|
||||
|
||||
Reference in New Issue
Block a user