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 dac4379 commit b086501Copy full SHA for b086501
clang/lib/Basic/Targets/AVR.cpp
@@ -336,9 +336,9 @@ static MCUInfo AVRMcus[] = {
336
{"attiny1624", "__AVR_ATtiny1624__", "103", 1},
337
{"attiny1626", "__AVR_ATtiny1626__", "103", 1},
338
{"attiny1627", "__AVR_ATtiny1627__", "103", 1},
339
- {"attiny3224", "__AVR_ATtiny1624__", "103", 1},
340
- {"attiny3226", "__AVR_ATtiny1626__", "103", 1},
341
- {"attiny3227", "__AVR_ATtiny1627__", "103", 1},
+ {"attiny3224", "__AVR_ATtiny3224__", "103", 1},
+ {"attiny3226", "__AVR_ATtiny3226__", "103", 1},
+ {"attiny3227", "__AVR_ATtiny3227__", "103", 1},
342
{"atmega808", "__AVR_ATmega808__", "103", 1},
343
{"atmega809", "__AVR_ATmega809__", "103", 1},
344
{"atmega1608", "__AVR_ATmega1608__", "103", 1},
0 commit comments