Since FCRAM is persistent, make sure to zero the magic

This commit is contained in:
Aurora 2016-09-28 22:31:44 +02:00
parent 90ea4b2130
commit aaed6387b5

View File

@ -70,6 +70,7 @@ void main(void)
}
else
{
magic[0] = magic[1] = 0;
posY = drawString("Finalizing install...", 10, posY + SPACING_Y, COLOR_WHITE);
pressed = 0;
}