@@ -346,9 +346,6 @@ declare_features! (
346
346
/// Allows `extern "msp430-interrupt" fn()`.
347
347
( active, abi_msp430_interrupt, "1.16.0" , Some ( 38487 ) , None ) ,
348
348
349
- /// Allows `extern "avr-interrupt" fn()` and `extern "avr-non-blocking-interrupt" fn()`.
350
- ( active, abi_avr_interrupt, "1.41.0" , None , None ) ,
351
-
352
349
/// Allows declarative macros 2.0 (`macro`).
353
350
( active, decl_macro, "1.17.0" , Some ( 39412 ) , None ) ,
354
351
@@ -568,6 +565,9 @@ declare_features! (
568
565
/// Allow conditional compilation depending on rust version
569
566
( active, cfg_version, "1.45.0" , Some ( 64796 ) , None ) ,
570
567
568
+ /// Allows `extern "avr-interrupt" fn()` and `extern "avr-non-blocking-interrupt" fn()`.
569
+ ( active, abi_avr_interrupt, "1.45.0" , Some ( 69664 ) , None ) ,
570
+
571
571
// -------------------------------------------------------------------------
572
572
// feature-group-end: actual feature gates
573
573
// -------------------------------------------------------------------------
0 commit comments