more clean up

This commit is contained in:
2025-05-20 11:53:36 +02:00
parent 209b4babb7
commit aff0259643
3 changed files with 22 additions and 9 deletions

View File

@@ -27,7 +27,7 @@ pub unsafe extern "C" fn _start() {
extern "C" fn main() {
uart::configure_uart();
unsafe {
let _ = set_gpio_state(29, gpio::GPIOState::output);
let _ = set_gpio_state(29, gpio::GPIOState::Output);
}
// Delay so clock speed can stabilize