mbed library sources modified for open wear

Dependents:   openwear-lifelogger-example

Fork of mbed-src by mbed official

Revision:
104:a6a92e2e5a92
Parent:
85:e1a8e879a6a9
--- a/targets/cmsis/TARGET_NORDIC/TARGET_NRF51822/cmsis_nvic.c	Thu Feb 20 23:00:08 2014 +0000
+++ b/targets/cmsis/TARGET_NORDIC/TARGET_NRF51822/cmsis_nvic.c	Fri Feb 21 12:15:10 2014 +0000
@@ -52,7 +52,7 @@
 }*/
 
 void NVIC_SetVector(IRQn_Type IRQn, uint32_t vector) {
-    int i;
+   // int i;
     // Space for dynamic vectors, initialised to allocate in R/W
     static volatile uint32_t* vectors = (uint32_t*)NVIC_RAM_VECTOR_ADDRESS;
     /*