forked from Archive/PX4-Autopilot
SPI: Log device clock on startup
This commit is contained in:
parent
c0d246e8e4
commit
f9d3cfc493
|
@ -123,7 +123,7 @@ SPI::init()
|
|||
}
|
||||
|
||||
/* tell the workd where we are */
|
||||
log("on SPI bus %d at %d", _bus, _device);
|
||||
log("on SPI bus %d at %d (%u KHz)", _bus, _device, _frequency / 1000);
|
||||
|
||||
out:
|
||||
return ret;
|
||||
|
|
Loading…
Reference in New Issue