fix: hf 14a sim x - above 16 sectors..

This commit is contained in:
iceman1001 2020-03-10 10:26:33 +01:00
commit 8b1482d72d

View file

@ -3129,7 +3129,7 @@ out:
} }
sector_t *k_sector = NULL; sector_t *k_sector = NULL;
uint8_t k_sectorsCount = 16; uint8_t k_sectorsCount = 40;
void showSectorTable() { void showSectorTable() {
if (k_sector != NULL) { if (k_sector != NULL) {