Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-nRF5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-nRF5
Commits
afe5baed
Commit
afe5baed
authored
Apr 10, 2016
by
Sandeep Mistry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct compile error
parent
bd345e53
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
30 deletions
+30
-30
cores/nRF5/nRF5_SDK_11/components/softdevice/s130/headers/nrf_svc.h
.../nRF5_SDK_11/components/softdevice/s130/headers/nrf_svc.h
+15
-15
cores/nRF5/nRF5_SDK_11/components/softdevice/s132/headers/nrf_svc.h
.../nRF5_SDK_11/components/softdevice/s132/headers/nrf_svc.h
+15
-15
No files found.
cores/nRF5/nRF5_SDK_11/components/softdevice/s130/headers/nrf_svc.h
View file @
afe5baed
...
...
@@ -52,7 +52,7 @@ extern "C" {
#define SVCALL(number, return_type, signature) return_type __svc(number) signature
#elif defined (__GNUC__)
#ifdef __cplusplus
#define GCC_CAST_CPP (uint
8
_t)
#define GCC_CAST_CPP (uint
16
_t)
#else
#define GCC_CAST_CPP
#endif
...
...
cores/nRF5/nRF5_SDK_11/components/softdevice/s132/headers/nrf_svc.h
View file @
afe5baed
...
...
@@ -52,7 +52,7 @@ extern "C" {
#define SVCALL(number, return_type, signature) return_type __svc(number) signature
#elif defined (__GNUC__)
#ifdef __cplusplus
#define GCC_CAST_CPP (uint
8
_t)
#define GCC_CAST_CPP (uint
16
_t)
#else
#define GCC_CAST_CPP
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment