diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-04-20 18:39:36 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-04-20 18:39:36 -0400 |
commit | b0635e58eb33b0ed4f6b4a3846660feae15681ad (patch) | |
tree | 66f51a587f44491cf6ed3a27c2fae8d9c2850c9a /quantum | |
parent | b8c932f9aa3ad0a255c00dc9d2acf2b19c102fee (diff) |
delay isn't the problem here
Diffstat (limited to 'quantum')
-rw-r--r-- | quantum/audio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/quantum/audio.c b/quantum/audio.c index ab3444bc97..e4f0bf30e8 100644 --- a/quantum/audio.c +++ b/quantum/audio.c @@ -213,7 +213,6 @@ void audio_init() { #endif inited = true; - _delay_ms(500); } void stop_all_notes() { |