Change to lower hex

This commit is contained in:
Berkus Decker 2019-03-07 20:42:42 +02:00
parent d4f8eab75b
commit 9f27449cd6
1 changed files with 1 additions and 1 deletions

View File

@ -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