We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3aa705 commit 499c38eCopy full SHA for 499c38e
micropython/board/PICO_W_ENVIRO/mpconfigboard.h
@@ -20,4 +20,5 @@
20
21
#define MICROPY_HW_PIN_EXT_COUNT CYW43_WL_GPIO_COUNT
22
23
-#define MICROPY_HW_PIN_RESERVED(i) ((i) == CYW43_PIN_WL_HOST_WAKE || (i) == CYW43_PIN_WL_REG_ON)
+int mp_hal_is_pin_reserved(int n);
24
+#define MICROPY_HW_PIN_RESERVED(i) mp_hal_is_pin_reserved(i)
micropython/board/RPI_PICO_W/mpconfigboard.h
0 commit comments