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
ed9ae08d
Commit
ed9ae08d
authored
Dec 20, 2015
by
TMRh20
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add 'static' to void in spi.h
parent
a57fafe0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
utility/RPi/spi.h
utility/RPi/spi.h
+3
-3
No files found.
utility/RPi/spi.h
View file @
ed9ae08d
...
...
@@ -58,7 +58,7 @@ public:
static
void
setClockDivider
(
uint16_t
spi_speed
);
static
void
chipSelect
(
int
csn_pin
);
void
beginTransaction
(
SPISettings
settings
);
static
void
beginTransaction
(
SPISettings
settings
);
static
void
endTransaction
();
...
...
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