Update counter to use a u32 instead of a u8

main
trivernis 2 years ago
parent 21620b65c1
commit b528faf5cf
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG Key ID: DFFFCC2C7A02DB45

@ -52,7 +52,7 @@ mod app {
#[local] #[local]
struct Local { struct Local {
display: Display, display: Display,
state: u8, state: u32,
} }
#[init()] #[init()]

Loading…
Cancel
Save