We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28d8873 commit 0bac7f6Copy full SHA for 0bac7f6
baremetal/src/main.rs
@@ -45,7 +45,7 @@ pub fn uart_irq_handler() {
45
pub unsafe extern "C" fn rust_entry() -> ! {
46
// turn on a green LED to indicate boot
47
let mut rgb = CSR::new(utra::rgb::HW_RGB_BASE as *mut u32);
48
- rgb.wfo(utra::rgb::OUT_OUT, 0b010000000000);
+ rgb.wfo(arty_rgb::LD3, 0b010);
49
50
crate::platform::early_init();
51
crate::println!("\n~~Baremetal up!~~\n");
0 commit comments