small fixes, now compiling
This commit is contained in:
parent
6b5dde0db2
commit
501a8919a3
@ -1,3 +1,8 @@
|
|||||||
if(TGT_BSP MATCHES "arm/raspberrypi")
|
if(TGT_BSP MATCHES "arm/raspberrypi")
|
||||||
add_subdirectory(rpi)
|
add_subdirectory(rpi)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
target_sources(${LIB_FSFW_HAL_NAME} PRIVATE
|
||||||
|
GpioCookie.cpp
|
||||||
|
LinuxLibgpioIF.cpp
|
||||||
|
)
|
@ -1,8 +1,8 @@
|
|||||||
#ifndef LINUX_GPIO_LINUXLIBGPIOIF_H_
|
#ifndef LINUX_GPIO_LINUXLIBGPIOIF_H_
|
||||||
#define LINUX_GPIO_LINUXLIBGPIOIF_H_
|
#define LINUX_GPIO_LINUXLIBGPIOIF_H_
|
||||||
|
|
||||||
#include <linux/gpio/GpioIF.h>
|
#include "GpioIF.h"
|
||||||
#include <fsfwconfig/returnvalues/classIds.h>
|
#include <returnvalues/classIds.h>
|
||||||
#include <fsfw/objectmanager/SystemObject.h>
|
#include <fsfw/objectmanager/SystemObject.h>
|
||||||
|
|
||||||
class GpioCookie;
|
class GpioCookie;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user