mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 06:39:01 +08: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:
committed by
Xiang Xiao
parent
5daab8bba2
commit
222b6390ac
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user