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;
|
pub mod serv;
|
||||||
#[doc = "Compare Low Register"]
|
#[doc = "Compare Low Register"]
|
||||||
pub struct CMPL {
|
pub struct CMPL {
|
||||||
register: ::vcell::VolatileCell<u8>,
|
_register: ::vcell::VolatileCell<u8>,
|
||||||
}
|
}
|
||||||
#[doc = "Compare Low Register"]
|
#[doc = "Compare Low Register"]
|
||||||
pub mod cmpl;
|
pub mod cmpl;
|
||||||
#[doc = "Compare High Register"]
|
#[doc = "Compare High Register"]
|
||||||
pub struct CMPH {
|
pub struct CMPH {
|
||||||
register: ::vcell::VolatileCell<u8>,
|
_register: ::vcell::VolatileCell<u8>,
|
||||||
}
|
}
|
||||||
#[doc = "Compare High Register"]
|
#[doc = "Compare High Register"]
|
||||||
pub mod cmph;
|
pub mod cmph;
|
||||||
#[doc = "Clock Prescaler Register"]
|
#[doc = "Clock Prescaler Register"]
|
||||||
pub struct CLKPRESCALER {
|
pub struct CLKPRESCALER {
|
||||||
register: ::vcell::VolatileCell<u8>,
|
_register: ::vcell::VolatileCell<u8>,
|
||||||
}
|
}
|
||||||
#[doc = "Clock Prescaler Register"]
|
#[doc = "Clock Prescaler Register"]
|
||||||
pub mod clkprescaler;
|
pub mod clkprescaler;
|
||||||
|
Loading…
Reference in New Issue
Block a user