v1.10.0 #220

Merged
meierj merged 592 commits from develop into main 2022-04-22 07:42:20 +02:00
3 changed files with 10 additions and 0 deletions
Showing only changes of commit 4c60e54fe7 - Show all commits

View File

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

View File

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

View File

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