Ken Van Hoeylandt 5565b77c7c Fixes
2026-01-22 21:31:35 +01:00

9 lines
131 B
C

#pragma once
#include "FreeRTOS.h"
#ifndef ESP_PLATFORM
#define xPortInIsrContext(x) (false)
#define vPortAssertIfInISR()
#endif