Update NULL GPIO function to 0x1f (#320)

Fixes #210
This commit is contained in:
Andrew Scheller 2021-04-08 21:25:01 +01:00 committed by GitHub
parent aabae62caa
commit 4fe995d0ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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