Skip to content

Commit e012ebe

Browse files
authored
fixup: avrxmega-hal: Add critical section-impl feature
Fixup for commit 978f2df
1 parent 001e030 commit e012ebe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mcu/avrxmega-hal/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ rt = ["avr-device/rt"]
88
device-selected = []
99
attiny404 = ["avr-device/attiny404", "device-selected"]
1010

11+
critical-section-impl = ["avr-device/critical-section-impl"]
12+
13+
1114
# Allow certain downstream crates to overwrite the device selection error by themselves.
1215
disable-device-selection-error = []
1316

0 commit comments

Comments
 (0)