Added Read Lock pollIndex to IspParameters struct. And extraction from TDF

This commit is contained in:
Nav
2022-03-05 14:09:36 +00:00
parent 72a557041a
commit f19da7d261
2 changed files with 8 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ namespace Bloom::Targets::Microchip::Avr
std::uint8_t programModePostDelay;
std::uint8_t readSignaturePollIndex;
std::uint8_t readFusePollIndex;
std::uint8_t readLockPollIndex;
};
}