boards/xtensa/esp32: Don't include esp32_cpuint.h, it's not needed.

Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
Abdelatif Guettouche 2021-08-17 23:10:01 +02:00 committed by Xiang Xiao
parent a220766d57
commit 52f32cb367
3 changed files with 0 additions and 3 deletions

View File

@ -35,7 +35,6 @@
#include <nuttx/irq.h>
#include <arch/irq.h>
#include "esp32_cpuint.h"
#include "esp32_gpio.h"
#include "esp32-devkitc.h"

View File

@ -35,7 +35,6 @@
#include <nuttx/irq.h>
#include <arch/irq.h>
#include "esp32_cpuint.h"
#include "esp32_gpio.h"
#include "esp32-ethernet-kit.h"

View File

@ -35,7 +35,6 @@
#include <nuttx/irq.h>
#include <arch/irq.h>
#include "esp32_cpuint.h"
#include "esp32_gpio.h"
#include "esp32-wrover-kit.h"