Skip to content

Commit

Permalink
change format in pl031
Browse files Browse the repository at this point in the history
  • Loading branch information
lhw2002426 committed Oct 6, 2023
1 parent 8de9d67 commit 304ce42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/axhal/src/platform/aarch64_common/pl031.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ static RTC_DR: u32 = 0x000; //Data Register
static RTC_MR: u32 = 0x004; //Match Register
static RTC_LR: u32 = 0x008; //Load Register
static RTC_CR: u32 = 0x00c; //Control Register
static RTC_IMSC: u32 = 0x010;//Interrupt Mask Set or Clear register
static RTC_IMSC: u32 = 0x010; //Interrupt Mask Set or Clear register

const PHYS_RTC: usize = axconfig::PHYS_VIRT_OFFSET + 0x09010000;

Expand Down

0 comments on commit 304ce42

Please sign in to comment.