1
0
forked from fsfw/fsfw

several bugfixes

This commit is contained in:
2021-03-10 21:17:08 +01:00
parent 7ad8763b14
commit 6c0972b2d5
9 changed files with 106 additions and 38 deletions

View File

@ -129,8 +129,8 @@ public:
return &poolManager;
}
uint32_t getPeriodicOperationFrequency() const override {
return 0.2;
dur_millis_t getPeriodicOperationFrequency() const override {
return 200;
}
/**