now compiling

This commit is contained in:
2020-12-27 17:31:38 +01:00
4 changed files with 8 additions and 3 deletions

View File

@ -47,6 +47,7 @@ protected:
ReturnValue_t interpretDeviceReply(DeviceCommandId_t id,
const uint8_t *packet) override;
void setNormalDatapoolEntriesInvalid() override;
uint32_t getTransitionDelayMs(Mode_t modeFrom, Mode_t modeTo) override;
private: