This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
WiringPi
mirror of
https://github.com/WiringPi/WiringPi.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
9
Wiki
Activity
Browse Source
delete duplicated FSEL_ALT0 definition.
pull/34/head
IsaoNakamura
9 years ago
parent
ddf1b3ffaa
commit
e7ca03ac8e
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
wiringPi/wiringPi.c
+ 0
- 1
wiringPi/wiringPi.c
View File
@@ -121,7 +121,6 @@ void (*pwmSetClock) (int divisor) ;
#define FSEL_INPT 0b000
#define FSEL_OUTP 0b001
#define FSEL_ALT0 0b100
#define FSEL_ALT0 0b100
#define FSEL_ALT1 0b101
#define FSEL_ALT2 0b110
#define FSEL_ALT3 0b111
Write
Preview
Loading…
Cancel
Save