Update counter to use a u32 instead of a u8

main
trivernis 12 months 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]
struct Local {
display: Display,
state: u8,
state: u32,
}
#[init()]

Loading…
Cancel
Save