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.
Dependents: idd_hw5_bleFanProto
Fork of nRF51822 by
Diff: nordic/nrf-sdk/s110/nrf_svc.h
- Revision:
- 63:708b23889028
- Parent:
- 37:c29c330d942c
--- a/nordic/nrf-sdk/s110/nrf_svc.h Fri Aug 29 10:41:37 2014 +0200
+++ b/nordic/nrf-sdk/s110/nrf_svc.h Sun Aug 31 00:58:52 2014 +0000
@@ -16,7 +16,7 @@
{ \
__asm( \
"svc %0\n" \
- "bx r14" : : "I" (number) : "r0" \
+ "bx r14" : : "I" ((uint32_t)number) : "r0" \
); \
}
#elif defined (__ICCARM__)
