mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-06 15:58:47 +00:00
12 lines
125 B
C
12 lines
125 B
C
#pragma once
|
|
|
|
#if defined(__cplusplus)
|
|
extern "C" {
|
|
#endif
|
|
|
|
#define pdTRUE 1
|
|
|
|
#if defined(__cplusplus)
|
|
}
|
|
#endif
|