Files
tactility/TactilityFreeRtos/Include/Tactility/freertoscompat/PortCompat.h
T
2026-01-03 00:19:40 +01:00

8 lines
98 B
C

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