We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 621bd09 commit 5e8f456Copy full SHA for 5e8f456
src/can.rs
@@ -129,7 +129,7 @@ mod fdcan1 {
129
const REGISTERS: *mut fdcan::RegisterBlock = FDCAN1::ptr() as *mut _;
130
}
131
unsafe impl fdcan::message_ram::Instance for Can<FDCAN1> {
132
- const MSG_RAM: *mut fdcan::message_ram::RegisterBlock = (0x4000_ac00 as *mut _);
+ const MSG_RAM: *mut fdcan::message_ram::RegisterBlock = (0x4000_a400 as *mut _);
133
134
135
0 commit comments