diff options
Diffstat (limited to 'tinyusb/tusb_option.h')
| -rw-r--r-- | tinyusb/tusb_option.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tinyusb/tusb_option.h b/tinyusb/tusb_option.h index 2777dfbb3..93fd173bb 100644 --- a/tinyusb/tusb_option.h +++ b/tinyusb/tusb_option.h @@ -134,8 +134,8 @@ #define CFG_TUSB_OS OPT_OS_NONE
#endif
-#if (CFG_TUSB_OS != OPT_OS_NONE) && !defined (CFG_TUSB_OS_TASK_PRIO)
- #error CFG_TUSB_OS_TASK_PRIO need to be defined (hint: use the highest if possible)
+#if (CFG_TUSB_OS != OPT_OS_NONE) && !defined (CFG_TUD_TASK_PRIO)
+ #error CFG_TUD_TASK_PRIO need to be defined (hint: use the highest if possible)
#endif
//#ifndef CFG_TUSB_CONFIGURATION_MAX
|
