WIP: PL PCDU #142

Closed
muellerr wants to merge 118 commits from mueller/plpcdu-sus-updates into develop
3 changed files with 10 additions and 0 deletions
Showing only changes of commit 4c60e54fe7 - Show all commits

@ -16,6 +16,7 @@ target_sources(${TARGET_NAME} PUBLIC
RadiationSensorHandler.cpp
GyroADIS1650XHandler.cpp
RwHandler.cpp
max1227.cpp
)

@ -0,0 +1 @@
#include "max1227.h"

@ -0,0 +1,8 @@
#ifndef MISSION_DEVICES_MAX1227_H_
#define MISSION_DEVICES_MAX1227_H_
namespace max1227 {
}
#endif /* MISSION_DEVICES_MAX1227_H_ */