mirror of
https://github.com/ole00/afterburner.git
synced 2024-11-22 21:32:09 +00:00
sketch: fixed typo when printing GAL22V10 PES
This commit is contained in:
parent
c4487a99da
commit
d3acb78576
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user