Skip to content

Commit

Permalink
avr: enable small code size options for atmega32u4
Browse files Browse the repository at this point in the history
Signed-off-by: Jake Beju <[email protected]>
  • Loading branch information
jaketri authored and KevinOConnor committed Mar 2, 2024
1 parent a77d079 commit b98375b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/avr/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ config AVR_SELECT
select HAVE_GPIO_I2C
select HAVE_GPIO_HARD_PWM
select HAVE_STRICT_TIMING
select HAVE_LIMITED_CODE_SIZE if MACH_atmega168 || MACH_atmega328 || MACH_atmega328p
select HAVE_LIMITED_CODE_SIZE if MACH_atmega168 || MACH_atmega328 || MACH_atmega328p || MACH_atmega32u4

config BOARD_DIRECTORY
string
Expand Down

0 comments on commit b98375b

Please sign in to comment.