Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed by
Diff: TARGET_WALLBOT_BLE/nrf_delay.h
- Revision:
- 102:da0ca467f8b5
- Parent:
- 97:433970e64889
--- a/TARGET_WALLBOT_BLE/nrf_delay.h Tue Jun 09 14:29:26 2015 +0100 +++ b/TARGET_WALLBOT_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 {