summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/pcm_playback.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/pcm_playback.c b/firmware/pcm_playback.c
index 634d280a74..a48002ce00 100644
--- a/firmware/pcm_playback.c
+++ b/firmware/pcm_playback.c
@@ -494,8 +494,6 @@ bool pcm_is_playing(void)
494 return pcm_playing; 494 return pcm_playing;
495} 495}
496 496
497unsigned int fiq_count IBSS_ATTR;
498
499/* ASM optimised FIQ handler. GCC fails to make use of the fact that FIQ mode 497/* ASM optimised FIQ handler. GCC fails to make use of the fact that FIQ mode
500 has registers r8-r14 banked, and so does not need to be saved. This routine 498 has registers r8-r14 banked, and so does not need to be saved. This routine
501 uses only these registers, and so will never touch the stack unless it 499 uses only these registers, and so will never touch the stack unless it