Skip to content

Commit

Permalink
atmega164pa: Add EEPROM support
Browse files Browse the repository at this point in the history
  • Loading branch information
tronje committed Jan 9, 2024
1 parent 3deedf7 commit badf86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mcu/atmega-hal/src/eeprom.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ avr_hal_generic::impl_eeprom_atmega! {
},
}

#[cfg(feature = "atmega168")]
#[cfg(any(feature = "atmega168", feature = "atmega164pa"))]
avr_hal_generic::impl_eeprom_atmega! {
hal: crate::Atmega,
peripheral: crate::pac::EEPROM,
Expand Down

0 comments on commit badf86c

Please sign in to comment.