mirror of
https://github.com/espressif/esp-idf
synced 2025-03-22 23:49:10 -04: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
|