mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-02 11:44:52 +00:00
[cxx]: fixed extern "C" declarations
* Moving #includes above #ifdef __cplusplus extern "C" { #endif So that we can compile with CPP. Signed-off-by: Jakob Hasse <jakob.hasse@espressif.com> Merges https://github.com/espressif/esp-idf/pull/6634
This commit is contained in:

committed by
Jakob Hasse

parent
e895e50098
commit
13bc5feb0a
@@ -13,12 +13,12 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "driver/touch_sensor_common.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "driver/touch_sensor_common.h"
|
||||
|
||||
/**
|
||||
* @brief Set touch sensor FSM start
|
||||
* @note Start FSM after the touch sensor FSM mode is set.
|
||||
|
Reference in New Issue
Block a user