Compare commits
5 Commits
e8050183f4
...
87b68e84be
Author | SHA1 | Date | |
---|---|---|---|
87b68e84be | |||
9948c4f31d | |||
784a0140f4 | |||
635432d7ba | |||
4489a61a00 |
@@ -13,7 +13,7 @@ MgmRM3100Handler::MgmRM3100Handler(object_id_t objectId,
|
||||
DeviceHandlerBase(objectId, deviceCommunication, comCookie),
|
||||
primaryDataset(this), switchId(switchId), transitionDelay(transitionDelay) {
|
||||
#if FSFW_HAL_RM3100_MGM_DEBUG == 1
|
||||
debugDivider = new PeriodicOperationDivider(1);
|
||||
debugDivider = new PeriodicOperationDivider(3);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
@@ -12,6 +12,7 @@ bool PeriodicOperationDivider::checkAndIncrement() {
|
||||
if(resetAutomatically) {
|
||||
counter = 1;
|
||||
}
|
||||
return opNecessary;
|
||||
}
|
||||
counter++;
|
||||
return opNecessary;
|
||||
|
Reference in New Issue
Block a user