avr: more work on basic device code.

This commit is contained in:
Martin Preuss
2025-05-04 03:33:32 +02:00
parent e25b0ad69d
commit 9a854977a4
6 changed files with 48 additions and 28 deletions

View File

@@ -44,6 +44,11 @@ initApps:
#ifdef APPS_STATS
rcall AppStats_Init
#endif
#ifdef APPS_MA_LIGHT
rcall AppMotionLight_Init
#endif
; done
ret
; @end