156a157,158
> uint8_t rank;
> uint8_t bank;
166c168,169
< openRow(NO_ROW), colAllowedAt(0), preAllowedAt(0), actAllowedAt(0),
---
> openRow(NO_ROW), rank(0), bank(0),
> colAllowedAt(0), preAllowedAt(0), actAllowedAt(0),
389a393
> * @param bank Reference to the bank
391,392d394
< * @param rank Index of the rank
< * @param bank Index of the bank
394d395
< * @param bank_ref Reference to the bank
396,397c397
< void activateBank(Tick act_tick, uint8_t rank, uint8_t bank,
< uint32_t row, Bank& bank_ref);
---
> void activateBank(Bank& bank, Tick act_tick, uint32_t row);