1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:32:45 +01:00

cpu/esp_common/freertos: changes required for BLE

This commit is contained in:
Gunar Schorcht 2022-08-26 18:22:51 +02:00
parent ce215f5be6
commit b13bc776c2

View File

@ -60,6 +60,7 @@ extern "C" {
#define portNUM_PROCESSORS 2
#define xPortGetCoreID() PRO_CPU_NUM
#define vPortYield portYIELD
#else /* defined(CPU_FAM_ESP32) || defined(CPU_FAM_ESP32S3) */