Oops...
This commit is contained in:
parent
572f31fef6
commit
076fce7dbf
@ -201,7 +201,7 @@ void keyboard(void) {
|
|||||||
state = RENDER;
|
state = RENDER;
|
||||||
next_state = IDLE;
|
next_state = IDLE;
|
||||||
} else {
|
} else {
|
||||||
if (change_block = BLOCKCODE_RELOAD)
|
if (change_block == BLOCKCODE_RELOAD)
|
||||||
change_block = current_block;
|
change_block = current_block;
|
||||||
loadAddress_ld = (change_block) * LEDS_PER_SLOT * 3;
|
loadAddress_ld = (change_block) * LEDS_PER_SLOT * 3;
|
||||||
state = PREP_LOAD;
|
state = PREP_LOAD;
|
||||||
|
Loading…
Reference in New Issue
Block a user