aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/drivers/device/spi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/device/spi.cpp b/src/drivers/device/spi.cpp
index 200acac05..14f6d5706 100644
--- a/src/drivers/device/spi.cpp
+++ b/src/drivers/device/spi.cpp
@@ -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;