ADD [WIP] Static scheduling with event

This commit is contained in:
2024-11-17 23:09:00 +01:00
parent 0bd561b947
commit 35d2d76bca
12 changed files with 783 additions and 17 deletions

View File

@ -23,7 +23,7 @@ static constexpr uint8_t kPolarityPressed = 1;
#if MBED_CONF_MBED_TRACE_ENABLE
#define TRACE_GROUP "PedalDevice"
#define TRACE_GROUP "ResetDevice"
#endif // MBED_CONF_MBED_TRACE_ENABLE
namespace static_scheduling {