1
0
mirror of https://gitlab.os-k.eu/os-k-team/os-k.git synced 2023-08-25 14:03:10 +02:00
This commit is contained in:
Adrien Bourmault 2019-05-07 18:32:10 +02:00
parent b2d020eb71
commit c1003fc4dc

View File

@ -72,8 +72,6 @@ void IoDoTone(uint tone, uint time)
void IoDoStarWars(void)
{
IoDoTone(0,0);
struct Note {
uint tone;
uint time;