From 7b02fdf45a0e3406a4ec1cee6b3cbc225ca946f3 Mon Sep 17 00:00:00 2001 From: dowster Date: Fri, 17 Apr 2020 22:52:00 -0500 Subject: [PATCH] Fix typo with sigmadelta.h #ifdef --- 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 28906d069..6a6aa487a 100644 --- a/components/driver/include/driver/sigmadelta.h +++ b/components/driver/include/driver/sigmadelta.h @@ -81,6 +81,6 @@ esp_err_t sigmadelta_set_prescale(sigmadelta_channel_t channel, uint8_t prescale */ esp_err_t sigmadelta_set_pin(sigmadelta_channel_t channel, gpio_num_t gpio_num); -#ifdef _cplusplus +#ifdef __cplusplus } #endif