This commit is contained in:
Markus Koch 2017-04-23 20:34:45 +02:00
parent 572f31fef6
commit 076fce7dbf
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ void keyboard(void) {
state = RENDER;
next_state = IDLE;
} else {
if (change_block = BLOCKCODE_RELOAD)
if (change_block == BLOCKCODE_RELOAD)
change_block = current_block;
loadAddress_ld = (change_block) * LEDS_PER_SLOT * 3;
state = PREP_LOAD;