soc: remove unecessary headers in dport_access.h

This commit is contained in:
Renz Bagaporo
2020-09-03 18:18:33 +08:00
parent b3a7c6e27e
commit e7460c1f00
9 changed files with 13 additions and 14 deletions

View File

@@ -11,12 +11,15 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
#include <stdint.h>
#include <sdkconfig.h>
#ifndef _ESP_DPORT_ACCESS_H_
#define _ESP_DPORT_ACCESS_H_
#include "xtensa/xtruntime.h"
#ifdef __cplusplus
extern "C" {
#endif