soc: separate abstraction, description and implementation

This commit is contained in:
Renz Christian Bagaporo
2020-01-08 12:50:03 +08:00
parent 2e8a894ea7
commit 1f2e2fe8af
346 changed files with 1275 additions and 145 deletions

View File

@@ -15,7 +15,7 @@
#pragma once
#include <esp_types.h>
#include "hal/esp_flash_err.h"
#include "esp_flash_err.h"
#ifdef __cplusplus
extern "C" {