small include fix

This commit is contained in:
Robin Müller 2021-05-27 14:09:07 +02:00
parent 2193db6705
commit 30eb733e82
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC

View File

@ -41,10 +41,8 @@
#include <linux/csp/CspCookie.h>
#include <linux/csp/CspComIF.h>
#include <linux/uart/UartComIF.h>
#include <linux/uart/UartCookie.h>
#include "fsfw_hal/linux/uart/UartComIF.h"
#include "fsfw_hal/linux/uart/UartCookie.h"
#include <fsfw_hal/linux/i2c/I2cCookie.h>
#include <fsfw_hal/linux/i2c/I2cComIF.h>
#include <fsfw_hal/linux/spi/SpiCookie.h>