// SPDX-License-Identifier: Apache-2.0 #pragma once #include "freertos.h" #ifndef ESP_PLATFORM #define xPortInIsrContext() (pdFALSE) #define vPortAssertIfInISR() #endif