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
Diff: TARGET_SEEED_TINY_BLE/nrf_delay.h
- Revision:
- 102:da0ca467f8b5
- Parent:
- 97:433970e64889
--- a/TARGET_SEEED_TINY_BLE/nrf_delay.h Tue Jun 09 14:29:26 2015 +0100 +++ b/TARGET_SEEED_TINY_BLE/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 {