babblesim: Fix build with latest BabbleSim

irq_sources.h was removed, not needed.
This commit is contained in:
Andrzej Kaczmarek
2022-08-30 10:41:13 +02:00
parent 5098c2889e
commit a7d5ac1148
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -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"
-1
View File
@@ -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;