using new fsfw_hal now

This commit is contained in:
2021-03-23 16:45:07 +01:00
parent f6fb7f4c4b
commit 4bf1206fbd
9 changed files with 148 additions and 313 deletions

View File

@ -3,7 +3,7 @@
#include "spiDefinitions.h"
#include <fsfw/devicehandlers/CookieIF.h>
#include <linux/gpio/gpioDefinitions.h>
#include <fsfw_hal/common/gpio/gpioDefinitions.h>
#include <linux/spi/spidev.h>
class SpiCookie: public CookieIF {