Ken Van Hoeylandt 5699d05675 WIP
2026-01-18 01:00:57 +01:00

8 lines
102 B
C

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