Skip to content

Commit 9b543da

Browse files
committed
adds more software math functions
1 parent b6980d1 commit 9b543da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext_mod/lvgl_addons/include/soft_math.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
float soft_atan2( float y, float x);
99
float soft_powf(float x, float y);
1010
float soft_scalbnf(float x, int n);
11-
float soft_fabsf(float x)
11+
float soft_fabsf(float x);
1212

1313
#endif
1414
#endif

0 commit comments

Comments
 (0)