1
2
3
4
5
use crate::spec::{base, Target};

pub fn target() -> Target {
    base::avr_gnu::target("atmega328", "-mmcu=atmega328")
}