Skip to content

Commit

Permalink
bump a rev number to push the extra commit up one for update testing
Browse files Browse the repository at this point in the history
  • Loading branch information
bunnie committed Jul 10, 2022
1 parent e7640f0 commit 662a6ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ fn stack_check() {

#[entry]
fn main() -> ! {
logln!(LL::Info, "\r\n====UP5K==0F");
logln!(LL::Info, "\r\n====UP5K==10");
let gitrev = core::env!("GIT_REV");
let mut com_csr = CSR::new(HW_COM_BASE as *mut u32);
let mut crg_csr = CSR::new(HW_CRG_BASE as *mut u32);
Expand Down

0 comments on commit 662a6ec

Please sign in to comment.