mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
freertos/add C++ include guards for esp_heap_caps.h
This commit is contained in:
parent
3eedf3ed18
commit
fff482acd9
@ -17,6 +17,10 @@
|
||||
#include <stdlib.h>
|
||||
#include "multi_heap.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @brief Flags to indicate the capabilities of the various memory systems
|
||||
*/
|
||||
@ -306,3 +310,6 @@ void heap_caps_dump(uint32_t caps);
|
||||
*/
|
||||
void heap_caps_dump_all();
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user