RP: Add scratchN registers to watchdog. Add Clone and Debug to DateTime
This commit is contained in:
@ -25,6 +25,7 @@ pub enum Error {
|
||||
}
|
||||
|
||||
/// Structure containing date and time information
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct DateTime {
|
||||
/// 0..4095
|
||||
pub year: u16,
|
||||
|
Reference in New Issue
Block a user