1use crate::spec::{Target, base}; 2 3pub(crate) fn target() -> Target { 4 base::avr_gnu::target("atmega328", "-mmcu=atmega328") 5}