summaryrefslogtreecommitdiffstatshomepage
path: root/cc3200/misc/mpsystick.c
diff options
context:
space:
mode:
authorDaniel Campora <daniel@wipy.io>2015-07-08 12:46:47 +0200
committerDaniel Campora <daniel@wipy.io>2015-07-08 12:48:35 +0200
commitd18ced9cddb4123ba793824bf7370a6593c9a3ae (patch)
treebdc87f35defee6ef0ae191a185d65c5215843880 /cc3200/misc/mpsystick.c
parent7463442e5867cc40d59e84760606c52d2198b913 (diff)
downloadmicropython-d18ced9cddb4123ba793824bf7370a6593c9a3ae.tar.gz
micropython-d18ced9cddb4123ba793824bf7370a6593c9a3ae.zip
cc3200: Use alternative HAL_Delay also when interrupts are disabled.
Diffstat (limited to 'cc3200/misc/mpsystick.c')
-rw-r--r--cc3200/misc/mpsystick.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cc3200/misc/mpsystick.c b/cc3200/misc/mpsystick.c
index 5eeeae21ea..7e1cff6ff7 100644
--- a/cc3200/misc/mpsystick.c
+++ b/cc3200/misc/mpsystick.c
@@ -28,7 +28,6 @@
#include "py/mpconfig.h"
#include MICROPY_HAL_H
#include "py/obj.h"
-#include "irq.h"
#include "mpsystick.h"
#include "systick.h"
#include "inc/hw_types.h"