atmega1280: Add missing Peripherals::take() Signed-off-by: Rahix <rahix@rahix.de>
1 files changed, 1 insertions(+), 0 deletions(-) M src/lib.rs
M src/lib.rs => src/lib.rs +1 -0
@@ 23,6 23,7 @@ cfg_if::cfg_if! { } #[cfg(any( + feature = "atmega1280", feature = "atmega8", feature = "atmega328p", feature = "atmega32u4",