Skip to content

Commit e9d55ad

Browse files
authored
llext: add vsnprintf to exported symbols
vsnprintf is needed to compile Arduino_ConnectionHandler library
1 parent 93ad66d commit e9d55ad

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)