Skip to content

Commit 2746c8a

Browse files
authored
Merge pull request #108 from Ruggero-R/arduino
added link to pow
2 parents e8606ed + 1ad993d commit 2746c8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: loader/llext_exports.c

+1
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ EXPORT_SYMBOL(sin);
181181
EXPORT_SYMBOL(cos);
182182
EXPORT_SYMBOL(tan);
183183
EXPORT_SYMBOL(atan);
184+
EXPORT_SYMBOL(pow);
184185

185186
EXPORT_SYMBOL(puts);
186187
EXPORT_SYMBOL(putchar);

0 commit comments

Comments
 (0)