mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
parent
aabae62caa
commit
4fe995d0ec
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ enum gpio_function {
|
|||
GPIO_FUNC_PIO1 = 7,
|
||||
GPIO_FUNC_GPCK = 8,
|
||||
GPIO_FUNC_USB = 9,
|
||||
GPIO_FUNC_NULL = 0xf,
|
||||
GPIO_FUNC_NULL = 0x1f,
|
||||
};
|
||||
|
||||
#define GPIO_OUT 1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue