diff --git a/music/null_m.h b/music/null_m.h new file mode 100644 --- /dev/null +++ b/music/null_m.h @@ -0,0 +1,8 @@ +#ifndef MUSIC_NULL_H +#define MUSIC_NULL_H + +#include "hal.h" + +extern const HalMusicDriver _null_music_driver; + +#endif