bcm283x: fix missing docs in aux uart

This commit is contained in:
2025-05-20 14:27:20 +03:00
parent a88d1af925
commit 5057555f57
+1 -2
View File
@@ -1,6 +1,4 @@
//! Broadcom BCM2835 mini-UART driver
// TODO
#![allow(missing_docs)]
use abi::{
error::Error,
@@ -62,6 +60,7 @@ struct Inner {
regs: IrqSafeSpinlock<DeviceMemoryIo<'static, Regs>>,
}
/// Broadcom 283x mini-UART driver
pub struct Bcm2835AuxUart {
base: PhysicalAddress,
irq: FullIrq,