aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/gos_cmsis2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gos/gos_cmsis2.h')
-rw-r--r--src/gos/gos_cmsis2.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gos/gos_cmsis2.h b/src/gos/gos_cmsis2.h
index 49c6cee2..7ff69cff 100644
--- a/src/gos/gos_cmsis2.h
+++ b/src/gos/gos_cmsis2.h
@@ -34,9 +34,9 @@ typedef void gThreadreturn;
typedef osPriority_t gThreadpriority;
#define MAX_SEMAPHORE_COUNT 65535UL
-#define LOW_PRIORITY osPriorityLow
-#define NORMAL_PRIORITY osPriorityNormal
-#define HIGH_PRIORITY osPriorityHigh
+#define gThreadpriorityLow osPriorityLow
+#define gThreadpriorityNormal osPriorityNormal
+#define gThreadpriorityHigh osPriorityHigh
typedef osSemaphoreId_t gfxSem;