aboutsummaryrefslogtreecommitdiffstats
path: root/src/gtimer/gtimer_options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtimer/gtimer_options.h')
-rw-r--r--src/gtimer/gtimer_options.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gtimer/gtimer_options.h b/src/gtimer/gtimer_options.h
index dc0c6141..d3fd5f0d 100644
--- a/src/gtimer/gtimer_options.h
+++ b/src/gtimer/gtimer_options.h
@@ -28,10 +28,10 @@
*/
/**
* @brief Defines the GTIMER thread priority
- * @details Defaults to HIGH_PRIORITY
+ * @details Defaults to gThreadpriorityHigh
*/
#ifndef GTIMER_THREAD_PRIORITY
- #define GTIMER_THREAD_PRIORITY HIGH_PRIORITY
+ #define GTIMER_THREAD_PRIORITY gThreadpriorityHigh
#endif
/**
* @brief Defines the size of the timer threads work area (stack+structures).