aboutsummaryrefslogtreecommitdiff
path: root/stmhal
diff options
context:
space:
mode:
authorDamien George2014-10-31 11:28:50 +0000
committerDamien George2014-10-31 11:28:50 +0000
commit1559a978100762efd84666befd134d5975ae8d4b (patch)
treeb5910a620f1532ae722b865c1f71988e3f4d1e1c /stmhal
parentfa73c9cb25f05ffa6df4c5d15cc754885c3415ff (diff)
py: Add builtin round function.
Addresses issue #934.
Diffstat (limited to 'stmhal')
-rw-r--r--stmhal/Makefile1
1 files changed, 1 insertions, 0 deletions
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 = \