mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-04-19 01:45:06 +00:00
9 lines
131 B
C
9 lines
131 B
C
#pragma once
|
|
|
|
#include "FreeRTOS.h"
|
|
|
|
#ifndef ESP_PLATFORM
|
|
#define xPortInIsrContext(x) (false)
|
|
#define vPortAssertIfInISR()
|
|
#endif
|