File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ EXPORT_SYMBOL(strstr);
1717EXPORT_SYMBOL (strncmp );
1818EXPORT_SYMBOL (strncpy );
1919EXPORT_SYMBOL (strcasecmp );
20+ EXPORT_SYMBOL (strtod );
21+ EXPORT_SYMBOL (strtol );
2022EXPORT_SYMBOL (strtoul );
2123EXPORT_SYMBOL (strcmp );
2224EXPORT_SYMBOL (strlen );
@@ -238,6 +240,7 @@ EXPORT_SYMBOL(snprintf);
238240EXPORT_SYMBOL (cbvprintf );
239241EXPORT_SYMBOL (vsnprintf );
240242FORCE_EXPORT_SYM (abort );
243+ EXPORT_SYMBOL (sscanf );
241244
242245#if defined(CONFIG_RING_BUFFER )
243246EXPORT_SYMBOL (ring_buf_get );
@@ -280,6 +283,7 @@ FORCE_EXPORT_SYM(__aeabi_dcmpge);
280283
281284#if defined (CONFIG_CPP )
282285FORCE_EXPORT_SYM (__cxa_pure_virtual );
286+ FORCE_EXPORT_SYM (__assert_no_args );
283287#endif
284288
285289#if defined(CONFIG_BOARD_ARDUINO_UNO_Q )
You can’t perform that action at this time.
0 commit comments