We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a52fe5 + c9e83c0 commit b0a5126Copy full SHA for b0a5126
compiler/rustc_target/src/spec/avr_gnu_base.rs
@@ -23,7 +23,7 @@ pub fn target(target_cpu: &'static str, mmcu: &'static str) -> Target {
23
LinkerFlavor::Gnu(Cc::Yes, Lld::No),
24
&["-lgcc"],
25
),
26
- max_atomic_width: Some(0),
+ max_atomic_width: Some(16),
27
atomic_cas: false,
28
relocation_model: RelocModel::Static,
29
..TargetOptions::default()
0 commit comments