sketch: fixed typo when printing GAL22V10 PES

This commit is contained in:
ole00 2023-05-16 22:37:52 +01:00
parent c4487a99da
commit d3acb78576
1 changed files with 1 additions and 1 deletions

View File

@ -1155,7 +1155,7 @@ void printPes(char type) {
switch (type) {
case GAL16V8: Serial.print(F("GAL16V8 ")); break;
case GAL20V8: Serial.print(F("GAL20V8 ")); break;
case GAL22V10: Serial.print(F("GAL20V10 ")); break;
case GAL22V10: Serial.print(F("GAL22V10 ")); break;
case ATF16V8B: Serial.print(0 == (flagBits & FLAG_BIT_ATF16V8C) ? F("ATF16V8B "): F("ATF16V8C ")); break;
case ATF22V10B: Serial.print(F("ATF22V10B ")); break;
case ATF22V10C: Serial.print(F("ATF22V10C ")); break;