Skip to content

Commit 56ef001

Browse files
authored
Merge pull request #280 from arduino/pennam-export-ch
llext: add vsnprintf to exported symbols
2 parents 93ad66d + e9d55ad commit 56ef001

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

loader/llext_exports.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ EXPORT_SYMBOL(printf);
231231
EXPORT_SYMBOL(sprintf);
232232
EXPORT_SYMBOL(snprintf);
233233
EXPORT_SYMBOL(cbvprintf);
234+
EXPORT_SYMBOL(vsnprintf);
234235
FORCE_EXPORT_SYM(abort);
235236

236237
#if defined(CONFIG_RING_BUFFER)

0 commit comments

Comments
 (0)