@@ -11,7 +11,7 @@ use crate::dma::{dma1, dma2};
1111#[ cfg( any(
1212 // feature = "stm32l4p5",
1313 // feature = "stm32l4q5",
14- // feature = "stm32l4r5",
14+ feature = "stm32l4r5" ,
1515 // feature = "stm32l4s5",
1616 // feature = "stm32l4r7",
1717 // feature = "stm32l4s7",
@@ -132,7 +132,7 @@ pub enum DmaInput {
132132#[ cfg( any(
133133 // feature = "stm32l4p5",
134134 // feature = "stm32l4q5",
135- // feature = "stm32l4r5",
135+ feature = "stm32l4r5" ,
136136 // feature = "stm32l4s5",
137137 // feature = "stm32l4r7",
138138 // feature = "stm32l4s7",
@@ -240,7 +240,7 @@ enum DMAREQ_ID_A {
240240#[ cfg( any(
241241 // feature = "stm32l4p5",
242242 // feature = "stm32l4q5",
243- // feature = "stm32l4r5",
243+ feature = "stm32l4r5" ,
244244 // feature = "stm32l4s5",
245245 // feature = "stm32l4r7",
246246 // feature = "stm32l4s7",
@@ -256,7 +256,7 @@ impl From<DMAREQ_ID_A> for u8 {
256256#[ cfg( any(
257257 // feature = "stm32l4p5",
258258 // feature = "stm32l4q5",
259- // feature = "stm32l4r5",
259+ feature = "stm32l4r5" ,
260260 // feature = "stm32l4s5",
261261 // feature = "stm32l4r7",
262262 // feature = "stm32l4s7",
@@ -372,7 +372,7 @@ impl TryFrom<DmaInput> for DMAREQ_ID_A {
372372#[ cfg( not( any(
373373 // feature = "stm32l4p5",
374374 // feature = "stm32l4q5",
375- // feature = "stm32l4r5",
375+ feature = "stm32l4r5" ,
376376 // feature = "stm32l4s5",
377377 // feature = "stm32l4r7",
378378 // feature = "stm32l4s7",
@@ -419,7 +419,7 @@ macro_rules! cselr {
419419#[ cfg( not( any(
420420 // feature = "stm32l4p5",
421421 // feature = "stm32l4q5",
422- // feature = "stm32l4r5",
422+ feature = "stm32l4r5" ,
423423 // feature = "stm32l4s5",
424424 // feature = "stm32l4r7",
425425 // feature = "stm32l4s7",
@@ -565,7 +565,7 @@ macro_rules! dmamux {
565565 #[ cfg( any(
566566 // feature = "stm32l4p5",
567567 // feature = "stm32l4q5",
568- // feature = "stm32l4r5",
568+ feature = "stm32l4r5" ,
569569 // feature = "stm32l4s5",
570570 // feature = "stm32l4r7",
571571 // feature = "stm32l4s7",
@@ -586,7 +586,7 @@ macro_rules! dmamux {
586586 #[ cfg( not( any(
587587 // feature = "stm32l4p5",
588588 // feature = "stm32l4q5",
589- // feature = "stm32l4r5",
589+ feature = "stm32l4r5" ,
590590 // feature = "stm32l4s5",
591591 // feature = "stm32l4r7",
592592 // feature = "stm32l4s7",
0 commit comments