From: user Date: Wed, 5 Jul 2023 22:35:29 +0000 (-0500) Subject: Remove stale ISR skeleton for key press handling X-Git-Url: https://git.the-white-hart.net/?a=commitdiff_plain;h=3994532aa8d0e9a93fc488c268d8f9e908726e10;p=atmega%2Fsiggen.git Remove stale ISR skeleton for key press handling --- diff --git a/siggen.asm b/siggen.asm index c5b97f2..3417f21 100644 --- a/siggen.asm +++ b/siggen.asm @@ -330,23 +330,6 @@ _button_done: rjmp loop -; ------------------------------------------------------------------------------ -; Key press interrupt handler - -keypress: - ; Wait for the switch bounce to settle - - ; Advance to the next waveform - - ; Copy the waveform to ram - - ; Wait for the key to be unpressed - - ; Wait for the switch bounce to settle - - reti - - ; ------------------------------------------------------------------------------ ; Waveform data