Remove xtreme/private.h and rewire some things

This commit is contained in:
Willy-JL
2023-07-06 01:28:28 +02:00
parent dc4f264bcb
commit 2e7d074c0c
11 changed files with 28 additions and 25 deletions

View File

@@ -327,7 +327,10 @@ Function,-,SK6805_set_led_color,void,"uint8_t, uint8_t, uint8_t, uint8_t"
Function,-,SK6805_update,void,
Function,-,SystemCoreClockUpdate,void,
Function,-,SystemInit,void,
Function,+,XTREME_ASSETS_FREE,void,
Function,+,XTREME_ASSETS_LOAD,void,
Function,+,XTREME_SETTINGS,XtremeSettings*,
Function,-,XTREME_SETTINGS_LOAD,void,
Function,+,XTREME_SETTINGS_SAVE,void,
Function,-,_Exit,void,int
Function,-,__assert,void,"const char*, int, const char*"
1 entry status name type params
327 Function - SK6805_update void
328 Function - SystemCoreClockUpdate void
329 Function - SystemInit void
330 Function + XTREME_ASSETS_FREE void
331 Function + XTREME_ASSETS_LOAD void
332 Function + XTREME_SETTINGS XtremeSettings*
333 Function - XTREME_SETTINGS_LOAD void
334 Function + XTREME_SETTINGS_SAVE void
335 Function - _Exit void int
336 Function - __assert void const char*, int, const char*