ewm: prefix unused fields with _
Fixes compilation
This commit is contained in:
parent
e0ddb38a51
commit
533cebbe28
@ -27,19 +27,19 @@ pub struct SERV {
|
||||
pub mod serv;
|
||||
#[doc = "Compare Low Register"]
|
||||
pub struct CMPL {
|
||||
register: ::vcell::VolatileCell<u8>,
|
||||
_register: ::vcell::VolatileCell<u8>,
|
||||
}
|
||||
#[doc = "Compare Low Register"]
|
||||
pub mod cmpl;
|
||||
#[doc = "Compare High Register"]
|
||||
pub struct CMPH {
|
||||
register: ::vcell::VolatileCell<u8>,
|
||||
_register: ::vcell::VolatileCell<u8>,
|
||||
}
|
||||
#[doc = "Compare High Register"]
|
||||
pub mod cmph;
|
||||
#[doc = "Clock Prescaler Register"]
|
||||
pub struct CLKPRESCALER {
|
||||
register: ::vcell::VolatileCell<u8>,
|
||||
_register: ::vcell::VolatileCell<u8>,
|
||||
}
|
||||
#[doc = "Clock Prescaler Register"]
|
||||
pub mod clkprescaler;
|
||||
|
Loading…
Reference in New Issue
Block a user