aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/gos_cmsis.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gos/gos_cmsis.h')
-rw-r--r--src/gos/gos_cmsis.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gos/gos_cmsis.h b/src/gos/gos_cmsis.h
index 0f2d66f5..a5d9c474 100644
--- a/src/gos/gos_cmsis.h
+++ b/src/gos/gos_cmsis.h
@@ -34,9 +34,9 @@ typedef void gThreadreturn;
typedef osPriority gThreadpriority;
#define MAX_SEMAPHORE_COUNT osFeature_Semaphore
-#define LOW_PRIORITY osPriorityLow
-#define NORMAL_PRIORITY osPriorityNormal
-#define HIGH_PRIORITY osPriorityHigh
+#define gThreadpriorityLow osPriorityLow
+#define gThreadpriorityNormal osPriorityNormal
+#define gThreadpriorityHigh osPriorityHigh
typedef struct gfxSem {
uint32_t semaphore[2];