testing mgm handler

This commit is contained in:
2021-02-23 22:07:39 +01:00
parent d7f8e11563
commit c5552bbc32
9 changed files with 164 additions and 77 deletions

View File

@ -32,6 +32,8 @@ ReturnValue_t pollingSequenceInitDefault(FixedTimeslotTaskIF *thisSequence);
* blocking calls when requesting data from devices.
*/
ReturnValue_t gomspacePstInit(FixedTimeslotTaskIF *thisSequence);
ReturnValue_t pollingSequenceAcsTest(FixedTimeslotTaskIF* thisSequence);
}