eive-obsw/linux/payload/FreshSupvHandler.h

12 lines
285 B
C
Raw Normal View History

2023-11-09 11:11:47 +01:00
#ifndef LINUX_PAYLOAD_FRESHSUPVHANDLER_H_
#define LINUX_PAYLOAD_FRESHSUPVHANDLER_H_
#include "fsfw/devicehandlers/FreshDeviceHandlerBase.h"
class FreshSupvHandler: public FreshDeviceHandlerBase {
FreshSupvHandler(DhbConfig cfg);
};
#endif /* LINUX_PAYLOAD_FRESHSUPVHANDLER_H_ */