audio fixes

This commit is contained in:
Jack Humbert 2016-04-17 18:14:42 -04:00
parent 319fbe344b
commit ce463ef424
3 changed files with 9 additions and 5 deletions

View file

@ -3,6 +3,7 @@
#include <avr/io.h>
#include <util/delay.h>
#include "musical_notes.h"
#include "song_list.h"
#ifndef AUDIO_H
#define AUDIO_H