From 1fc4180d41a77088bbb2c0ce020d5ff7ab88c16e Mon Sep 17 00:00:00 2001 From: inmarket Date: Sun, 8 Jul 2018 15:32:26 +1000 Subject: gThreadpriorityLow/Normal/High to replace LOW_/NORMAL_/HIGH_PRIORITY --- src/gtimer/gtimer_options.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gtimer') 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). -- cgit v1.2.3