This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx-apps
Watch
1
Star
0
Fork
0
You've already forked nuttx-apps
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx-apps
/
examples
/
fmsynth
History
Xiang Xiao
1c23a095ea
Fix Error: keyboard_main.c:420:15: error: result of comparison of constant -1 with expression of type 'char' is always true [-Werror,-Wtautological-constant-out-of-range-compare]
...
if (key != EOF) ~~~ ^ ~~~ Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-10-31 06:28:17 +01:00
..
Kconfig
…
keyboard_main.c
Fix Error: keyboard_main.c:420:15: error: result of comparison of constant -1 with expression of type 'char' is always true [-Werror,-Wtautological-constant-out-of-range-compare]
2022-10-31 06:28:17 +01:00
Make.defs
…
Makefile
…
mmlplayer_main.c
Fix Error: keyboard_main.c:420:15: error: result of comparison of constant -1 with expression of type 'char' is always true [-Werror,-Wtautological-constant-out-of-range-compare]
2022-10-31 06:28:17 +01:00
mmlplayer_score.h
…
music_scale.c
…
music_scale.h
…
operator_algorithm.c
…
operator_algorithm.h
…