compiling again

This commit is contained in:
2021-06-16 17:19:14 +02:00
parent 236244bbb4
commit 6d09006f1a
3 changed files with 17 additions and 6 deletions

View File

@ -2,6 +2,7 @@
#define MISSION_DEVICES_GPSHANDLER_H_
#include <fsfw/devicehandlers/DeviceHandlerBase.h>
#include "lwgps/lwgps.h"
/**
* @brief Device handler for the Hyperion HT-GPS200 device
@ -46,7 +47,7 @@ protected:
LocalDataPoolManager &poolManager) override;
private:
lwgps_t gpsData = {};
};
#endif /* MISSION_DEVICES_GPSHANDLER_H_ */