From 662a6ecddd6f4515d6a994ec313967c7d7c31a3a Mon Sep 17 00:00:00 2001 From: bunnie Date: Mon, 11 Jul 2022 04:53:27 +0800 Subject: [PATCH] bump a rev number to push the extra commit up one for update testing --- sw/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw/src/main.rs b/sw/src/main.rs index ce387f4..662aa24 100644 --- a/sw/src/main.rs +++ b/sw/src/main.rs @@ -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);