mbed library sources

Dependents:   Nucleo_blink_led

Fork of mbed-src by mbed official

Revision:
501:36015dec7d16
Parent:
270:e2babe29baf8
--- a/targets/cmsis/TARGET_NORDIC/TARGET_MCU_NRF51822/cmsis.h	Tue Mar 31 16:15:13 2015 +0100
+++ b/targets/cmsis/TARGET_NORDIC/TARGET_MCU_NRF51822/cmsis.h	Tue Apr 07 06:45:07 2015 +0100
@@ -1,13 +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 "nrf51822.h"
+#include "nrf.h"
 #include "cmsis_nvic.h"
 
 #endif