moved i2c to fsfw_hal as well

This commit is contained in:
2021-04-01 11:06:26 +02:00
parent 2b3d531e5d
commit fb7abbc82b
7 changed files with 3 additions and 320 deletions

View File

@ -22,8 +22,8 @@
#include <linux/csp/CspCookie.h>
#include <linux/csp/CspComIF.h>
#include <linux/i2c/I2cCookie.h>
#include <linux/i2c/I2cComIF.h>
#include <fsfw_hal/linux/i2c/I2cCookie.h>
#include <fsfw_hal/linux/i2c/I2cComIF.h>
#include <fsfw_hal/linux/gpio/LinuxLibgpioIF.h>
#include <fsfw_hal/common/gpio/GpioCookie.h>