esp_eth: moved extern "C" after includes

This commit is contained in:
Jakob Hasse
2020-09-08 17:39:56 +08:00
parent ba55320e1e
commit f7f46905ec
6 changed files with 19 additions and 19 deletions
+4 -4
View File
@@ -13,14 +13,14 @@
// limitations under the License.
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
#include "esp_eth_com.h"
#include "esp_eth_mac.h"
#include "esp_eth_phy.h"
#ifdef __cplusplus
extern "C" {
#endif
/**
* @brief Handle of Ethernet driver
*