Skip to content

Commit

Permalink
init not required
Browse files Browse the repository at this point in the history
  • Loading branch information
jmamma committed Oct 23, 2024
1 parent 8426276 commit 5474711
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions avr/cores/megacommand/MCL/MCLActions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ void MCLActions::setup() {
// DEBUG_PRINTLN(F("mcl actions setup"));
mcl_actions_callbacks.setup_callbacks();
mcl_actions_midievents.setup_callbacks();
for (uint8_t i = 0; i < NUM_SLOTS; i++) {
next_transitions[i] = 0;
transition_offsets[i] = 0;
send_machine[i] = 0;
transition_level[i] = 0;
}
}

void MCLActions::init_chains() {
Expand Down

0 comments on commit 5474711

Please sign in to comment.