srv9 fix
This commit is contained in:
parent
207d2cab9c
commit
1ea1c8c02f
@ -1,7 +1,7 @@
|
|||||||
#ifndef FSFW_PUS_SERVICE9TIMEMANAGEMENT_H_
|
#ifndef FSFW_PUS_SERVICE9TIMEMANAGEMENT_H_
|
||||||
#define FSFW_PUS_SERVICE9TIMEMANAGEMENT_H_
|
#define FSFW_PUS_SERVICE9TIMEMANAGEMENT_H_
|
||||||
|
|
||||||
#include <fsfw/tmtcservices/PusServiceBase.h>
|
#include "../tmtcservices/PusServiceBase.h"
|
||||||
|
|
||||||
class Service9TimeManagement: public PusServiceBase {
|
class Service9TimeManagement: public PusServiceBase {
|
||||||
public:
|
public:
|
||||||
@ -34,7 +34,6 @@ private:
|
|||||||
SET_TIME = 128 //!< [EXPORT] : [COMMAND] Time command in ASCII, CUC or CDS format
|
SET_TIME = 128 //!< [EXPORT] : [COMMAND] Time command in ASCII, CUC or CDS format
|
||||||
};
|
};
|
||||||
|
|
||||||
void setIsisClock(Clock::TimeOfDay_t& timeOfDay);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user