Skip to content

Commit 0bac7f6

Browse files
committed
missed one
1 parent 28d8873 commit 0bac7f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

baremetal/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pub fn uart_irq_handler() {
4545
pub unsafe extern "C" fn rust_entry() -> ! {
4646
// turn on a green LED to indicate boot
4747
let mut rgb = CSR::new(utra::rgb::HW_RGB_BASE as *mut u32);
48-
rgb.wfo(utra::rgb::OUT_OUT, 0b010000000000);
48+
rgb.wfo(arty_rgb::LD3, 0b010);
4949

5050
crate::platform::early_init();
5151
crate::println!("\n~~Baremetal up!~~\n");

0 commit comments

Comments
 (0)