example plugin: Use WUPS_USE_WUT_CRT() to get support for newlib functions and CPP

This commit is contained in:
Maschell 2020-05-03 11:18:26 +02:00
parent f5398ee2e0
commit f1be3e51d6

View File

@ -36,7 +36,7 @@ WUPS_USE_WUT_CRT() // Use all of them
**/ **/
WUPS_USE_WUT_MALLOC() // Use the wut malloc wrapper WUPS_USE_WUT_CRT() // Use the wut malloc wrapper
/** /**
Get's called ONCE when the loader exits, but BEFORE the ON_APPLICATION_START gets called or functions are overridden. Get's called ONCE when the loader exits, but BEFORE the ON_APPLICATION_START gets called or functions are overridden.