mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-13 09:34:41 +02:00
drivers: fixed c++ guards in driver public headers
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
#include "driver/gpio.h"
|
#include "driver/gpio.h"
|
||||||
#include "hal/sigmadelta_types.h"
|
#include "hal/sigmadelta_types.h"
|
||||||
|
|
||||||
#ifdef _cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user