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 Nov 24, 2023
1 parent e4bcb31 commit a448bb5
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 a448bb5

Please sign in to comment.