Fork of the official mbed C/C SDK provides the software platform and libraries to build your applications for RenBED.

Dependents:   1-RenBuggyTimed RenBED_RGB RenBED_RGB_PWM RenBED_RGB

Fork of mbed by mbed official

Revision:
102:da0ca467f8b5
Parent:
97:433970e64889
--- a/TARGET_NRF51822/nrf_delay.h	Tue Jun 09 14:29:26 2015 +0100
+++ b/TARGET_NRF51822/nrf_delay.h	Wed Jul 08 11:22:30 2015 +0100
@@ -45,7 +45,7 @@
        " BNE loop\n\t");
 }
 #elif defined   (  __GNUC__  )
-static void __INLINE nrf_delay_us(uint32_t volatile number_of_us)
+__INLINE static void nrf_delay_us(uint32_t volatile number_of_us)
 {
     do 
     {