We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3deedf7 commit badf86cCopy full SHA for badf86c
mcu/atmega-hal/src/eeprom.rs
@@ -14,7 +14,7 @@ avr_hal_generic::impl_eeprom_atmega! {
14
},
15
}
16
17
-#[cfg(feature = "atmega168")]
+#[cfg(any(feature = "atmega168", feature = "atmega164pa"))]
18
avr_hal_generic::impl_eeprom_atmega! {
19
hal: crate::Atmega,
20
peripheral: crate::pac::EEPROM,
0 commit comments