All EIVE changes

This commit is contained in:
2022-02-02 12:02:58 +01:00
parent bf5a11cbd3
commit d8c5bd125e
23 changed files with 237 additions and 61 deletions

View File

@ -12,7 +12,7 @@ MgmRM3100Handler::MgmRM3100Handler(object_id_t objectId, object_id_t deviceCommu
primaryDataset(this),
transitionDelay(transitionDelay) {
#if FSFW_HAL_RM3100_MGM_DEBUG == 1
debugDivider = new PeriodicOperationDivider(3);
debugDivider = new PeriodicOperationDivider(10);
#endif
}