1
Fork 0

[AVR] Rename the last few remaining references from 'avr-unknown-unknown' to 'avr-unknown-gnu-atmega328'

This commit is contained in:
Dylan McKay 2020-07-31 18:41:25 +12:00
parent dc20238012
commit a0905ceff9
3 changed files with 3 additions and 3 deletions

View file

@ -65,7 +65,7 @@ cfg_if::cfg_if! {
// - os=none ("bare metal" targets)
// - os=uefi
// - nvptx64-nvidia-cuda
// - avr-unknown-unknown
// - arch=avr
#[path = "dummy.rs"]
mod real_imp;
}