token-vesting icon indicating copy to clipboard operation
token-vesting copied to clipboard

Core_Device.h wrong definition for some items on some #define lines (minor bug)

Open LaurentR59 opened this issue 1 year ago • 0 comments

Hi

Just put a look on Tiny X16:.

The lines with Tiny 416 looks like OK but for others CPU x16 need some update:

the lines #define AVR_ATtinyx06 should be replaced by:

#define AVR_ATtinyx16

Is'n it?

Regards Laurent

Present version:

... #elif defined(AVR_ATtiny3216) #define MEGATINYCORE_MCU 3216 #define MEGATINYCORE_SERIES 1 #define AVR_ATtinyx06 #define AVR_ATtinyxy6 #define _AVR_FLASH 32 #elif defined(AVR_ATtiny1616) #define MEGATINYCORE_MCU 1616 #define MEGATINYCORE_SERIES 1 #define AVR_ATtinyx06 #define AVR_ATtinyxy6 #define _AVR_FLASH 16 #elif defined(AVR_ATtiny816) #define MEGATINYCORE_MCU 816 #define MEGATINYCORE_SERIES 1 #define AVR_ATtinyx06 #define AVR_ATtinyxy6 #define _AVR_FLASH 8 #elif defined(AVR_ATtiny416) #define MEGATINYCORE_MCU 416 #define MEGATINYCORE_SERIES 1 #define AVR_ATtinyx16 #define AVR_ATtinyxy6 #define _AVR_FLASH 4

LaurentR59 avatar Oct 20 '24 13:10 LaurentR59