RP: Add scratchN registers to watchdog. Add Clone and Debug to DateTime

This commit is contained in:
Henrik Berg
2023-06-26 08:48:04 +02:00
parent 55a5e9b3a5
commit 029b156563
2 changed files with 97 additions and 0 deletions

View File

@ -25,6 +25,7 @@ pub enum Error {
}
/// Structure containing date and time information
#[derive(Clone, Debug)]
pub struct DateTime {
/// 0..4095
pub year: u16,