Skip to content
This repository was archived by the owner on Aug 9, 2022. It is now read-only.

Commit 85d4188

Browse files
arjanmelsfmckeogh
authored andcommitted
Simplify GPIO table
1 parent 3f5c058 commit 85d4188

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/gpio/mux.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -443,11 +443,11 @@ pub enum OutputSignal {
443443
ANT_SEL5 = 221,
444444
ANT_SEL6 = 222,
445445
ANT_SEL7 = 223,
446-
SIG_IN_FUNC224 = 224,
447-
SIG_IN_FUNC225 = 225,
448-
SIG_IN_FUNC226 = 226,
449-
SIG_IN_FUNC227 = 227,
450-
SIG_IN_FUNC228 = 228,
446+
SIGNAL_224 = 224,
447+
SIGNAL_225 = 225,
448+
SIGNAL_226 = 226,
449+
SIGNAL_227 = 227,
450+
SIGNAL_228 = 228,
451451
GPIO = 256,
452452

453453
CLK_OUT1 = 512,

0 commit comments

Comments
 (0)