avr: more work on avr app framework.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user