Skip to content

Commit bd80dae

Browse files
committed
Update core_devices.h
1 parent 45332d0 commit bd80dae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

megaavr/cores/dxcore/core_devices.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@
467467

468468

469469
#if (defined(__AVR_EA__) || defined(__AVR_EB__)) /* 3, and 2 sizes of flash instead of 3 like Dx */
470-
#if (PROGMEM_SIZE == 0x10000))) // 64k - EA only
470+
#if (PROGMEM_SIZE == 0x10000) // 64k - EA only
471471
#define CORE_PART_ID (CORE_PART_ID_LOW | 0x30)
472472
#elif (PROGMEM_SIZE == 0x8000) // 32k EA/EB
473473
#define CORE_PART_ID (CORE_PART_ID_LOW | 0x20)

0 commit comments

Comments
 (0)