cc y / mbed

Fork of mbed by mbed official

Revision:
128:9bcdf88f62b0
Parent:
97:433970e64889
diff -r 25aea2a3f4e3 -r 9bcdf88f62b0 TARGET_HRM1017/TARGET_NORDIC/TARGET_MCU_NRF51822/device/cmsis.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TARGET_HRM1017/TARGET_NORDIC/TARGET_MCU_NRF51822/device/cmsis.h	Thu Oct 27 16:45:56 2016 +0100
@@ -0,0 +1,13 @@
+/* mbed Microcontroller Library - CMSIS
+ * Copyright (C) 2009-2011 ARM Limited. All rights reserved.
+ *
+ * A generic CMSIS include header, pulling in LPC407x_8x specifics
+ */
+
+#ifndef MBED_CMSIS_H
+#define MBED_CMSIS_H
+
+#include "nrf.h"
+#include "cmsis_nvic.h"
+
+#endif