avr: reworked timer code.

Allow for more tailored timers.
This commit is contained in:
Martin Preuss
2023-04-10 01:00:58 +02:00
parent d26f500bba
commit 84f11398b8
3 changed files with 179 additions and 285 deletions

View File

@@ -254,7 +254,6 @@ Utils_FillSram_end:
#if 0
; ---------------------------------------------------------------------------
; Increment a 32 bit counter at the address given by X.
; IN:
@@ -279,7 +278,6 @@ Utils_IncrementCounter32:
st -x, r19
st -x, r18
ret
#endif