mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-02 12:49:03 +00:00
Fix invalid preprocessor directive in elf_main.c by changing `# Warning "No file system selected"` to `# warning "No file system selected"`. The incorrect uppercase "Warning" directive would cause compilation errors, while the proper lowercase "warning" directive generates the intended compiler warning when no file system is selected. Signed-off-by: Huang Qi <huangqi3@xiaomi.com> |
||
|---|---|---|
| .. | ||
| tests | ||
| CMakeLists.txt | ||
| elf_main.c | ||
| Kconfig | ||
| Make.defs | ||
| Makefile | ||