apache / apache/nuttx

[BUG] RP23XX compile error due to undeclared GPIO_FUNC_NULL

Open
#15,664 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.