From 8594ce228011e6264f59ade4ff8a7f2bfa90a649 Mon Sep 17 00:00:00 2001 From: Damien George Date: Sat, 13 Sep 2014 18:43:09 +0100 Subject: py: Implement divmod, % and proper // for floating point. Tested and working on unix and pyboard. --- stmhal/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'stmhal/Makefile') diff --git a/stmhal/Makefile b/stmhal/Makefile index 82d229b87..497818560 100644 --- a/stmhal/Makefile +++ b/stmhal/Makefile @@ -67,6 +67,7 @@ SRC_LIB = $(addprefix lib/,\ libm/asinfacosf.c \ libm/atanf.c \ libm/atan2f.c \ + libm/fmodf.c \ ) SRC_C = \ -- cgit v1.2.3