This commit is contained in:
flo 2017-02-25 21:32:51 +01:00
parent 53096a9a42
commit 2b569efdcd
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ short Seq_signal[6] = {440,500,392,500,349,500}; // sequence signal
void PlaySequence()
{
static int length_end = 0;
static int note = 0;
static int note = -2;
if(length_end<=0)
{