Skip to content

Commit 4fe995d

Browse files
authored
Update NULL GPIO function to 0x1f (#320)
Fixes #210
1 parent aabae62 commit 4fe995d

File tree

1 file changed

+1
-1
lines changed
  • src/rp2_common/hardware_gpio/include/hardware

1 file changed

+1
-1
lines changed

src/rp2_common/hardware_gpio/include/hardware/gpio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ enum gpio_function {
9696
GPIO_FUNC_PIO1 = 7,
9797
GPIO_FUNC_GPCK = 8,
9898
GPIO_FUNC_USB = 9,
99-
GPIO_FUNC_NULL = 0xf,
99+
GPIO_FUNC_NULL = 0x1f,
100100
};
101101

102102
#define GPIO_OUT 1

0 commit comments

Comments
 (0)