From 1559a978100762efd84666befd134d5975ae8d4b Mon Sep 17 00:00:00 2001 From: Damien George Date: Fri, 31 Oct 2014 11:28:50 +0000 Subject: py: Add builtin round function. Addresses issue #934. --- stmhal/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'stmhal') diff --git a/stmhal/Makefile b/stmhal/Makefile index f444f0045..b1308dc7d 100644 --- a/stmhal/Makefile +++ b/stmhal/Makefile @@ -68,6 +68,7 @@ SRC_LIB = $(addprefix lib/,\ libm/atanf.c \ libm/atan2f.c \ libm/fmodf.c \ + libm/roundf.c \ ) SRC_C = \ -- cgit v1.2.3