From ff0128dd02904138250fe50c5218e0be78f14af7 Mon Sep 17 00:00:00 2001 From: David Cermak Date: Mon, 23 Dec 2019 20:41:15 +0100 Subject: [PATCH] drivers: fixed c++ guards in driver public headers --- components/driver/include/driver/sigmadelta.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/driver/include/driver/sigmadelta.h b/components/driver/include/driver/sigmadelta.h index 783baa1421..28906d069c 100644 --- a/components/driver/include/driver/sigmadelta.h +++ b/components/driver/include/driver/sigmadelta.h @@ -19,7 +19,7 @@ #include "driver/gpio.h" #include "hal/sigmadelta_types.h" -#ifdef _cplusplus +#ifdef __cplusplus extern "C" { #endif