Skip to content

Commit

Permalink
Fix #1153
Browse files Browse the repository at this point in the history
  • Loading branch information
SpenceKonde committed Dec 14, 2024
1 parent b22d535 commit a10be52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions megaavr/cores/megatinycore/core_devices.h
Original file line number Diff line number Diff line change
Expand Up @@ -135,19 +135,19 @@
#elif defined(__AVR_ATtiny3216__)
#define MEGATINYCORE_MCU 3216
#define MEGATINYCORE_SERIES 1
#define __AVR_ATtinyx06__
#define __AVR_ATtinyx16__
#define __AVR_ATtinyxy6__
#define _AVR_FLASH 32
#elif defined(__AVR_ATtiny1616__)
#define MEGATINYCORE_MCU 1616
#define MEGATINYCORE_SERIES 1
#define __AVR_ATtinyx06__
#define __AVR_ATtinyx16__
#define __AVR_ATtinyxy6__
#define _AVR_FLASH 16
#elif defined(__AVR_ATtiny816__)
#define MEGATINYCORE_MCU 816
#define MEGATINYCORE_SERIES 1
#define __AVR_ATtinyx06__
#define __AVR_ATtinyx16__
#define __AVR_ATtinyxy6__
#define _AVR_FLASH 8
#elif defined(__AVR_ATtiny416__)
Expand Down

0 comments on commit a10be52

Please sign in to comment.