tweak op divider divisor

This commit is contained in:
Robin Müller 2021-09-20 18:31:52 +02:00
parent 635432d7ba
commit 784a0140f4
1 changed files with 1 additions and 1 deletions

View File

@ -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
}