added empty file for common max 1227 code
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
This commit is contained in:
parent
d51e2c19f6
commit
4c60e54fe7
@ -16,6 +16,7 @@ target_sources(${TARGET_NAME} PUBLIC
|
||||
RadiationSensorHandler.cpp
|
||||
GyroADIS1650XHandler.cpp
|
||||
RwHandler.cpp
|
||||
max1227.cpp
|
||||
)
|
||||
|
||||
|
||||
|
1
mission/devices/max1227.cpp
Normal file
1
mission/devices/max1227.cpp
Normal file
@ -0,0 +1 @@
|
||||
#include "max1227.h"
|
8
mission/devices/max1227.h
Normal file
8
mission/devices/max1227.h
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef MISSION_DEVICES_MAX1227_H_
|
||||
#define MISSION_DEVICES_MAX1227_H_
|
||||
|
||||
namespace max1227 {
|
||||
|
||||
}
|
||||
|
||||
#endif /* MISSION_DEVICES_MAX1227_H_ */
|
Loading…
Reference in New Issue
Block a user