We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 825e555 commit ad91d29Copy full SHA for ad91d29
clang/lib/Basic/Targets/AVR.cpp
@@ -223,7 +223,7 @@ static MCUInfo AVRMcus[] = {
223
{"atmega256rfr2", "__AVR_ATmega256RFR2__"},
224
{"atmega2564rfr2", "__AVR_ATmega2564RFR2__"},
225
{"atxmega16a4", "__AVR_ATxmega16A4__"},
226
- {"atxmega16a4u", "__AVR_ATxmega16a4U__"},
+ {"atxmega16a4u", "__AVR_ATxmega16A4U__"},
227
{"atxmega16c4", "__AVR_ATxmega16C4__"},
228
{"atxmega16d4", "__AVR_ATxmega16D4__"},
229
{"atxmega32a4", "__AVR_ATxmega32A4__"},
@@ -265,7 +265,7 @@ static MCUInfo AVRMcus[] = {
265
{"atxmega384d3", "__AVR_ATxmega384D3__"},
266
{"atxmega128a1", "__AVR_ATxmega128A1__"},
267
{"atxmega128a1u", "__AVR_ATxmega128A1U__"},
268
- {"atxmega128a4u", "__AVR_ATxmega128a4U__"},
+ {"atxmega128a4u", "__AVR_ATxmega128A4U__"},
269
{"attiny4", "__AVR_ATtiny4__"},
270
{"attiny5", "__AVR_ATtiny5__"},
271
{"attiny9", "__AVR_ATtiny9__"},
0 commit comments