mirror of
https://github.com/clockworkpi/WiringPi.git
synced 2025-12-12 16:08:49 +01:00
Botched the ALT order in gpio )-:
(Or maybe Broadcom did!!!)
This commit is contained in:
parent
56c77b5a2e
commit
4c8862eac9
@ -212,7 +212,7 @@ static char *pinNames [] =
|
||||
|
||||
static char *alts [] =
|
||||
{
|
||||
"IN ", "OUT ", "ALT0", "ALT1", "ALT2", "ALT3", "ALT4", "ALT5", "XXXX"
|
||||
"IN ", "OUT ", "ALT5", "ALT4", "ALT0", "ALT1", "ALT2", "ALT3"
|
||||
} ;
|
||||
|
||||
static void doReadall (void)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user