diff options
| author | Damien George | 2015-01-22 13:48:29 +0000 |
|---|---|---|
| committer | Damien George | 2015-01-22 13:48:29 +0000 |
| commit | 6d1f5070ce97d76452ba48c2baa27d8f818a1545 (patch) | |
| tree | 798d53affab24a696799ac9e40404332b54eaab5 /stmhal | |
| parent | bd9c1ad601aceaa1a74c32790df883b12c43348d (diff) | |
lib/libm: Add frexp and modf functions; use in stmhal; add tests.
Addresses issue #1081.
Diffstat (limited to 'stmhal')
| -rw-r--r-- | stmhal/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stmhal/Makefile b/stmhal/Makefile index aaae4ba10..9fa7b2acf 100644 --- a/stmhal/Makefile +++ b/stmhal/Makefile @@ -81,6 +81,8 @@ SRC_LIB = $(addprefix lib/,\ libm/sf_sin.c \ libm/sf_cos.c \ libm/sf_tan.c \ + libm/sf_frexp.c \ + libm/sf_modf.c \ fatfs/ff.c \ fatfs/option/ccsbcs.c \ mp-readline/readline.c \ |
