xiaoxiang781216 commented on pull request #228:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/228#issuecomment-623998903
need apache/incubator-nuttx#969 to fix the build break:
```
nrf24l01_term.c: In function 'wireless_cfg':
nrf24l01_term.c:125:34: error: 'RATE_1MBPS' undeclared (first use in this
function); did you mean 'RATE_1Mbps'?
125 | nrf24l01_datarate_t datarate = RATE_1MBPS;
| ^~~~~~~~~~
| RATE_1Mbps
nrf24l01_term.c:125:34: note: each undeclared identifier is reported only
once for each function it appears in
nrf24l01_term.c:130:14: error: 'DELAY_1000US' undeclared (first use in this
function); did you mean 'DELAY_1000us'?
130 | .delay = DELAY_1000US
| ^~~~~~~~~~~~
| DELAY_1000us
make[2]: *** [/github/workspace/sources/apps/Application.mk:184:
nrf24l01_term.github.workspace.sources.apps.examples.nrf24l01_term.o] Error 1
make[1]: *** [Makefile:64:
/github/workspace/sources/apps/examples/nrf24l01_term_all] Error 2
make: *** [tools/LibTargets.mk:196: ../apps/libapps.a] Error 2
make: *** Waiting for unfinished jobs....
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]