1
0
forked from fsfw/fsfw

added getter function for pending command

This commit is contained in:
2020-12-02 23:15:30 +01:00
parent 952978f999
commit 5e77058add
2 changed files with 13 additions and 2 deletions

View File

@ -1432,3 +1432,5 @@ dur_millis_t DeviceHandlerBase::getPeriodicOperationFrequency() const {
return pstIntervalMs;
}
DeviceCommandId_t DeviceHandlerBase::getPendingCommand() const {
}