[BUG] RP23XX compile error due to undeclared GPIO_FUNC_NULL
Open
- Dominant language
- C
- Stars
- 4k
- Forks
- 1.7k
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 237
Description
Enabling the adc support under RP23XX arch boards is not possible due to the following compilation error:
chip/rp23xx_adc.c:475:44: error: 'GPIO_FUNC_NULL' undeclared (first use in this function); did you mean 'RP23XX_GPIO_FUNC_NULL'?
RP23XX arch defines RP23XX_GPIO_FUNC_NULL instead of GPIO_FUNC_NULL (defined for RP2040)
Contributor guide
Assessment
This issue has not been assessed yet.