avr: added NET_Interface_ResetStats and call it daily.

This commit is contained in:
Martin Preuss
2025-06-16 23:28:52 +02:00
parent 0ce70e48b1
commit a89b875872
3 changed files with 37 additions and 0 deletions

View File

@@ -100,6 +100,17 @@ AppNetwork_Every100ms_jump:
; ---------------------------------------------------------------------------
; @routine AppNetwork_Every100ms @global
;
; @clobbers R16, R17, X
AppNetwork_EveryDay:
bigjmp NET_Interface_ResetStats ; (R16, R17, X)
; @end
; ---------------------------------------------------------------------------
; @routine AppNetwork_HandleMsg @global
;