Skip to content

Commit

Permalink
debug less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
F5OEO committed Mar 11, 2024
1 parent ef5032b commit f01bdb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gpio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ uint32_t gpio::GetPeripheralBase()
{
RASPBERRY_PI_INFO_T info;
uint32_t BCM2708_PERI_BASE =bcm_host_get_peripheral_address();
dbg_printf(0,"Peri Base = %x SDRAM %x\n",/*get_hwbase()*/bcm_host_get_peripheral_address(),bcm_host_get_sdram_address());
dbg_printf(1,"Peri Base = %x SDRAM %x\n",/*get_hwbase()*/bcm_host_get_peripheral_address(),bcm_host_get_sdram_address());
if(BCM2708_PERI_BASE==0xFE000000) // Fixme , could be inspect without this hardcoded value
{
dbg_printf(0,"RPi4 GPIO detected\n");
Expand Down

0 comments on commit f01bdb6

Please sign in to comment.