aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/ARMCM3/nvic.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/ports/GCC/ARMCM3/nvic.h')
-rw-r--r--os/ports/GCC/ARMCM3/nvic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/os/ports/GCC/ARMCM3/nvic.h b/os/ports/GCC/ARMCM3/nvic.h
index 9d2b79606..54437aa62 100644
--- a/os/ports/GCC/ARMCM3/nvic.h
+++ b/os/ports/GCC/ARMCM3/nvic.h
@@ -180,6 +180,7 @@ typedef struct {
extern "C" {
#endif
void NVICEnableVector(uint32_t n, uint32_t prio);
+ void NVICDisableVector(uint32_t n);
void NVICSetSystemHandlerPriority(uint32_t handler, uint32_t prio);
#ifdef __cplusplus
}