missing include and printer compatbility fixes

This commit is contained in:
2021-09-26 22:45:32 +02:00
parent 59feaa4b5c
commit 423f7c8281
3 changed files with 21 additions and 4 deletions

View File

@ -5,6 +5,8 @@
#include "fsfw/globalfunctions/PeriodicOperationDivider.h"
#endif
#include <cmath>
MgmLIS3MDLHandler::MgmLIS3MDLHandler(object_id_t objectId, object_id_t deviceCommunication,
CookieIF* comCookie, uint32_t transitionDelay):
DeviceHandlerBase(objectId, deviceCommunication, comCookie),