Commit 69889809 authored by Kumar Gala's avatar Kumar Gala Committed by Kumar Gala
Browse files

modules/hal_st: Drop newlib requirement.



It seems that the ST sensor hal expects <math.h> for float_t and
double_t definitions.  Now that we have those for minlibc we don't need
to require newlib.

Signed-off-by: default avatarKumar Gala <kumar.gala@linaro.org>
parent 4cbe5c09
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -7,8 +7,6 @@ config HAS_STLIB

config HAS_STMEMSC
	bool
	imply NEWLIB_LIBC
	imply NEWLIB_LIBC_FLOAT_PRINTF

if HAS_STMEMSC