mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-06-05 21:04:49 +00:00
babblesim: Fix build with latest BabbleSim
irq_sources.h was removed, not needed.
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
#include <stdint.h>
|
||||
#include "irq_ctrl.h"
|
||||
|
||||
#include "irq_sources.h"
|
||||
#include <nrfx.h>
|
||||
#include "cmsis.h"
|
||||
#include "os/sim.h"
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
|
||||
#include <stdint.h>
|
||||
#include "irq_ctrl.h"
|
||||
#include "irq_sources.h"
|
||||
#include "os/sim.h"
|
||||
|
||||
static int currently_running_irq = -1;
|
||||
|
||||
Reference in New Issue
Block a user