We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88867f6 commit a1d522fCopy full SHA for a1d522f
pinctrl/pinctrl.c
@@ -101,7 +101,7 @@ static void usage()
101
printf(" a0-a8 set GPIO to alt function in the range 0 to 8 (range varies by model)\n");
102
printf(" no set GPIO to no function (NONE)\n");
103
printf(" pu set GPIO in-pad pull up\n");
104
- printf(" pd set GPIO pin-pad pull down\n");
+ printf(" pd set GPIO in-pad pull down\n");
105
printf(" pn set GPIO pull none (no pull)\n");
106
printf(" dh set GPIO to drive high (1) level (only valid if set to be an output)\n");
107
printf(" dl set GPIO to drive low (0) level (only valid if set to be an output)\n");
0 commit comments