Skip to content

Commit 860f265

Browse files
committed
fmt code
1 parent fa4cab2 commit 860f265

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

any-uart/src/api.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

any-uart/src/aux_mini.rs

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,13 @@ impl Console for AuxMini {
1919
}
2020
}
2121

22-
fn set_irq_enable(_uart: UartData, _enable: bool) {
23-
24-
}
22+
fn set_irq_enable(_uart: UartData, _enable: bool) {}
2523

2624
fn get_irq_enable(_uart: UartData) -> bool {
2725
todo!()
2826
}
2927

30-
fn clean_irq_event(_uart: UartData, _event: IrqEvent) {
31-
32-
}
28+
fn clean_irq_event(_uart: UartData, _event: IrqEvent) {}
3329

3430
fn can_put(uart: UartData) -> bool {
3531
const TXFF: u32 = 1 << 5;

0 commit comments

Comments
 (0)