diff options
| author | Damien George | 2014-10-31 11:28:50 +0000 |
|---|---|---|
| committer | Damien George | 2014-10-31 11:28:50 +0000 |
| commit | 1559a978100762efd84666befd134d5975ae8d4b (patch) | |
| tree | b5910a620f1532ae722b865c1f71988e3f4d1e1c /stmhal | |
| parent | fa73c9cb25f05ffa6df4c5d15cc754885c3415ff (diff) | |
py: Add builtin round function.
Addresses issue #934.
Diffstat (limited to 'stmhal')
| -rw-r--r-- | stmhal/Makefile | 1 |
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 = \ |
