forked from beerpsi/chuniio-yubideck
Add struct for rpunithm value in config
This commit is contained in:
parent
9c89301486
commit
d699defa0b
@ -4,3 +4,8 @@ pub struct Configuration {
|
||||
pub service_key: u32,
|
||||
pub coin_key: u32,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Copy)]
|
||||
pub struct DeviceConfiguration {
|
||||
pub rpunithm: u32
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user