freertos: fix defining uxTopUsedPriority for esp32s2beta

This commit is contained in:
Ivan Grokhotkov
2019-10-16 14:23:05 +02:00
parent 6e00988608
commit faa219acdb
6 changed files with 15 additions and 3 deletions

View File

@@ -19,6 +19,6 @@
#define USED
#endif
#ifdef CONFIG_ESP32_DEBUG_OCDAWARE
#ifdef CONFIG_FREERTOS_DEBUG_OCDAWARE
const int USED DRAM_ATTR uxTopUsedPriority = configMAX_PRIORITIES - 1;
#endif