avr: more work on avr app framework.

This commit is contained in:
Martin Preuss
2025-05-01 00:56:03 +02:00
parent 614a30fd4e
commit e56f2600e8
8 changed files with 253 additions and 13 deletions

View File

@@ -37,6 +37,13 @@ initApps:
rcall AppDoor_Init
#endif
#ifdef APPS_REPORTSENSORS
rcall AppReportSensors_Init
#endif
#ifdef APPS_STATS
rcall AppStats_Init
#endif
; done
ret
; @end