diff options
| author | Damien George | 2014-09-13 18:43:09 +0100 |
|---|---|---|
| committer | Damien George | 2014-09-13 18:43:09 +0100 |
| commit | 8594ce228011e6264f59ade4ff8a7f2bfa90a649 (patch) | |
| tree | 528fa7008c5e4c4b283c33abcf3eefd17d6a0b52 /stmhal/Makefile | |
| parent | 5c6783496d8211eb4b19cec2cbb2b66e2a37f0eb (diff) | |
py: Implement divmod, % and proper // for floating point.
Tested and working on unix and pyboard.
Diffstat (limited to 'stmhal/Makefile')
| -rw-r--r-- | stmhal/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 = \ |
