SPI: Log device clock on startup

This commit is contained in:
Lorenz Meier 2015-01-03 18:31:07 +01:00
parent c0d246e8e4
commit f9d3cfc493
1 changed files with 1 additions and 1 deletions

View File

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