Merge tag 'v0.5.4' into develop

Fix scheduler algorithm for-loop.
This commit is contained in:
Enrico Fraccaroli
2022-12-19 12:22:09 +01:00
+1 -1
View File
@@ -21,7 +21,7 @@
#define OS_MINOR_VERSION 5
/// Micro version of the operating system.
#define OS_MICRO_VERSION 3
#define OS_MICRO_VERSION 4
/// Helper to transform the given argument into a string.
#define OS_STR_HELPER(x) #x