From 3994532aa8d0e9a93fc488c268d8f9e908726e10 Mon Sep 17 00:00:00 2001 From: user Date: Wed, 5 Jul 2023 17:35:29 -0500 Subject: [PATCH] Remove stale ISR skeleton for key press handling --- siggen.asm | 17 ----------------- 1 file changed, 17 deletions(-) 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 -- 2.43.0