yay! it works!

This commit is contained in:
J / Jacob Babich
2022-04-14 17:12:45 -04:00
parent d39aade4b6
commit f63bfee140
2 changed files with 26 additions and 106 deletions

View File

@@ -38,7 +38,7 @@ pub mod gpio {
/// Page 662 of data sheet
pub mod data {
const OFFSET: u32 = 0x000;
const OFFSET: u32 = 0x3FC;
pub const PORT_A: *mut u32 = (super::base::PORT_A + OFFSET) as *mut u32;
pub const PORT_F: *mut u32 = (super::base::PORT_F + OFFSET) as *mut u32;