Skip to content

Commit

Permalink
boards/rpi-pico-w: fix saul configuration for rpi-pico-w
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztof-cabaj committed Jan 12, 2023
1 parent 3f2f46e commit 64cd6c6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions boards/rpi-pico/include/gpio_params.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@ static const saul_gpio_params_t saul_gpio_params[] =

#endif

#ifdef BOARD_RPI_PICO_W

/**
* @brief Empty GPIO pin configuration
*/
#define SAUL_GPIO_NUMOF 0

#endif

#ifdef __cplusplus
}
#endif
Expand Down

0 comments on commit 64cd6c6

Please sign in to comment.