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:
parent
a220766d57
commit
52f32cb367
|
@ -35,7 +35,6 @@
|
|||
#include <nuttx/irq.h>
|
||||
#include <arch/irq.h>
|
||||
|
||||
#include "esp32_cpuint.h"
|
||||
#include "esp32_gpio.h"
|
||||
|
||||
#include "esp32-devkitc.h"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue