Skip to content

Commit a1d522f

Browse files
giampiero7pelwell
authored andcommitted
pinctrl.c help typo fix
1 parent 88867f6 commit a1d522f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pinctrl/pinctrl.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ static void usage()
101101
printf(" a0-a8 set GPIO to alt function in the range 0 to 8 (range varies by model)\n");
102102
printf(" no set GPIO to no function (NONE)\n");
103103
printf(" pu set GPIO in-pad pull up\n");
104-
printf(" pd set GPIO pin-pad pull down\n");
104+
printf(" pd set GPIO in-pad pull down\n");
105105
printf(" pn set GPIO pull none (no pull)\n");
106106
printf(" dh set GPIO to drive high (1) level (only valid if set to be an output)\n");
107107
printf(" dl set GPIO to drive low (0) level (only valid if set to be an output)\n");

0 commit comments

Comments
 (0)