mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/TACOS.git
synced 2025-08-06 09:37:34 +00:00
Cleanup
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
|
||||
#include <sta/tacos/thread.hpp>
|
||||
#include <sta/rtos/queue.hpp>
|
||||
#include <sta/debug/assert.hpp>
|
||||
#include <sta/rtos/system/can_bus.hpp>
|
||||
|
||||
|
||||
@@ -101,12 +100,11 @@ namespace sta
|
||||
RtosQueue<CanDataMsg> canBusDataQueue_;
|
||||
RtosQueue<CanDataMsg> canBusSysQueue_;
|
||||
|
||||
CanDataMsg canBusDataQueueBuffer[queueLength];
|
||||
CanSysMsg canBusSysQueueBuffer[queueLength];
|
||||
CanDataMsg canBusDataQueueBuffer_[queueLength];
|
||||
CanSysMsg canBusSysQueueBuffer_[queueLength];
|
||||
uint32_t canBusStack[256];
|
||||
|
||||
sta::STM32CanController * canBusController_;
|
||||
const size_t queueLength_;
|
||||
AlpakaCanBus canBus_;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user