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 nRF51822 by
Revision 63:708b23889028, committed 2014-08-31
- Comitter:
- yihui
- Date:
- Sun Aug 31 00:58:52 2014 +0000
- Parent:
- 55:9689ec201907
- Child:
- 64:5d5f5cbc7c79
- Commit message:
- fix 'impossible constraint in asm' error for gcc toolchain
Changed in this revision
| nordic/nrf-sdk/s110/nrf_svc.h | Show annotated file Show diff for this revision Revisions of this file |
--- 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__)
