added periodic event

This commit is contained in:
2021-06-30 09:59:55 +02:00
parent edaccc0dbd
commit 112adcbb64
4 changed files with 15 additions and 6 deletions

View File

@ -9,6 +9,7 @@
namespace SUBSYSTEM_ID {
enum commonSubsystemId: uint8_t {
COMMON_SUBSYSTEM_ID_START = FW_SUBSYSTEM_ID_RANGE,
TEST_TASK_ID = 105,
COMMON_SUBSYSTEM_ID_END
};
}