mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 12:08:36 +08:00
libs/libc/stdio/Make.defs: Make that else, not #else.
This commit is contained in:
parent
3ff42a846e
commit
a971171695
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ ifeq ($(CONFIG_LIBC_FLOATINGPOINT),y)
|
|||
CSRCS += legacy_dtoa.c
|
||||
endif
|
||||
|
||||
#else
|
||||
else
|
||||
|
||||
CSRCS += lib_libvsprintf.c lib_ultoa_invert.c
|
||||
ifeq ($(CONFIG_LIBC_FLOATINGPOINT),y)
|
||||
|
|
Loading…
Reference in a new issue