diff --git a/src/platform/rpi3.rs b/src/platform/rpi3.rs index 6ec1715..05944f6 100644 --- a/src/platform/rpi3.rs +++ b/src/platform/rpi3.rs @@ -18,7 +18,7 @@ impl BcmHost { /// This returns the bus address of the SDRAM. pub const fn get_sdram_address() -> usize { - 0xC000_0000 // uncached + 0xc000_0000 // uncached } /// As per https://www.raspberrypi.org/forums/viewtopic.php?p=1170522#p1170522