8 lines
98 B
C
8 lines
98 B
C
#pragma once
|
|
|
|
#include "RTOS.h"
|
|
|
|
#ifndef ESP_PLATFORM
|
|
#define xPortInIsrContext(x) (false)
|
|
#endif
|