This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.

6 lines
85 B
C
Raw Normal View History

2019-03-27 18:15:40 +01:00
#pragma once
#ifdef AUDIO_ENABLE
2019-07-17 18:24:49 +02:00
#define STARTUP_SONG SONG(DVORAK_SOUND)
2019-03-27 18:15:40 +01:00
#endif