Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RF24
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
RF24
Commits
85038040
Commit
85038040
authored
Nov 04, 2014
by
TMRh20
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for last commit (code merge)
Prevent inclusion of BCM2835 driver for non-linux devices
parent
435e4db8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
bcm2835.c
bcm2835.c
+2
-1
No files found.
bcm2835.c
View file @
85038040
...
@@ -14,6 +14,7 @@
...
@@ -14,6 +14,7 @@
// Any CE pin can be used
// Any CE pin can be used
// For use with optimized RPi RF24 and RF24 Network libs - see github.com/TMRh20
// For use with optimized RPi RF24 and RF24 Network libs - see github.com/TMRh20
//****************************************/
//****************************************/
#if defined (__linux) || defined (LINUX)
#include <stdlib.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdio.h>
...
@@ -1361,5 +1362,5 @@ int main(int argc, char **argv)
...
@@ -1361,5 +1362,5 @@ int main(int argc, char **argv)
}
}
#endif
#endif
#endif //Linux
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