moved spi code to fsfw_hal

This commit is contained in:
2021-04-01 10:59:36 +02:00
parent 4e2d8bdc5c
commit 2b3d531e5d
15 changed files with 17 additions and 738 deletions

View File

@ -2,7 +2,7 @@
#define LINUX_BOARDTEST_SPITESTCLASS_H_
#include <fsfw_hal/common/gpio/GpioIF.h>
#include <linux/spi/SpiCookie.h>
#include <fsfw_hal/linux/spi/SpiCookie.h>
#include <test/testtasks/TestTask.h>
#include <vector>