mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-30 06:09:44 +01: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
|