mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 20:08:15 +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
521e319aa3
commit
8c3106e2a4
+1
-1
@@ -25,7 +25,7 @@ config LIBM
|
|||||||
math library and that the corresponding math.h file resides at
|
math library and that the corresponding math.h file resides at
|
||||||
arch/<architecture>/include/math.h. The option is selected via
|
arch/<architecture>/include/math.h. The option is selected via
|
||||||
CONFIG_ARCH_MATH_H. If ARCH_MATH_H is selected,then the
|
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.
|
where it can be used by your applications.
|
||||||
|
|
||||||
If ARCH_MATH_H is not defined, then this option can be selected to
|
If ARCH_MATH_H is not defined, then this option can be selected to
|
||||||
|
|||||||
Reference in New Issue
Block a user