From 9f27449cd6bb1b1118b02cc907eb985d64d1eba6 Mon Sep 17 00:00:00 2001 From: Berkus Decker Date: Thu, 7 Mar 2019 20:42:42 +0200 Subject: [PATCH] Change to lower hex --- src/platform/rpi3.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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