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
@@ -13,12 +13,12 @@
// limitations under the License.
#pragma once
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif
#include <stdint.h>
/******************Basic PHY Registers*******************/
/**