Skip to content

Commit febb9b1

Browse files
author
Eric Douglass
committed
mainly cleaning up cursor logic
1 parent 65e1beb commit febb9b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/keyboard.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use alloc::vec::Vec;
22
use esp32c3_hal::{
33
clock::Clocks,
4-
gpio::{Gpio0, Gpio1, Unknown},
4+
gpio::{Gpio1, Unknown, Gpio0},
55
interrupt::Priority,
66
peripherals::UART1,
77
};

0 commit comments

Comments
 (0)