libboard_zynq/uart: re-export regs and baudgen for use in US+

This commit is contained in:
Brad Bondurant 2022-11-15 15:57:28 -05:00
parent 0a3a777652
commit 3a6517b8db
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ use libregister::*;
use super::slcr;
use super::clocks::Clocks;
mod regs;
mod baud_rate_gen;
pub mod regs;
pub mod baud_rate_gen;
pub struct Uart {
regs: &'static mut regs::RegisterBlock,