mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-19 23:15:05 +00:00
8 lines
102 B
C
8 lines
102 B
C
#pragma once
|
|
|
|
#include "freertos.h"
|
|
|
|
#ifndef ESP_PLATFORM
|
|
#define xPortInIsrContext(x) (false)
|
|
#endif
|