Skip to content

Commit a448bb5

Browse files
committed
atmega164pa: Add EEPROM support
1 parent e4bcb31 commit a448bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcu/atmega-hal/src/eeprom.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ avr_hal_generic::impl_eeprom_atmega! {
1414
},
1515
}
1616

17-
#[cfg(feature = "atmega168")]
17+
#[cfg(any(feature = "atmega168", feature = "atmega164pa"))]
1818
avr_hal_generic::impl_eeprom_atmega! {
1919
hal: crate::Atmega,
2020
peripheral: crate::pac::EEPROM,

0 commit comments

Comments
 (0)