mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
libs/libm: fix typo in Kconfig
fix typo in Kconfig Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
parent
521e319aa3
commit
8c3106e2a4
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ config LIBM
|
|||
math library and that the corresponding math.h file resides at
|
||||
arch/<architecture>/include/math.h. The option is selected via
|
||||
CONFIG_ARCH_MATH_H. If ARCH_MATH_H is selected,then the
|
||||
include/nuttx/libmath.h header file will be copied to include/math.h
|
||||
include/nuttx/lib/math.h header file will be copied to include/math.h
|
||||
where it can be used by your applications.
|
||||
|
||||
If ARCH_MATH_H is not defined, then this option can be selected to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue