stm32/uart: feature-gate ringbuffer out when using gpdma, not supported yet.
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
#![cfg_attr(gpdma, allow(unused))]
|
||||
|
||||
use core::ops::Range;
|
||||
use core::sync::atomic::{compiler_fence, Ordering};
|
||||
|
||||
|
Reference in New Issue
Block a user