aboutsummaryrefslogtreecommitdiff
path: root/apps/drivers/device/spi.cpp
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2012-08-25 18:26:21 -0700
committerpx4dev <px4@purgatory.org>2012-08-25 18:26:21 -0700
commit26244c43f2898baef4cc6fd2dc877f61bb498943 (patch)
tree196f7502a942cb33df35b83b7b778c80c2d75535 /apps/drivers/device/spi.cpp
parent5c6b6038a73b21456de59834c901ea348806474e (diff)
downloadpx4-firmware-26244c43f2898baef4cc6fd2dc877f61bb498943.tar.gz
px4-firmware-26244c43f2898baef4cc6fd2dc877f61bb498943.tar.bz2
px4-firmware-26244c43f2898baef4cc6fd2dc877f61bb498943.zip
make the I2C and SPI device signons distinct
Diffstat (limited to 'apps/drivers/device/spi.cpp')
-rw-r--r--apps/drivers/device/spi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/drivers/device/spi.cpp b/apps/drivers/device/spi.cpp
index f56f5433a..a1761b769 100644
--- a/apps/drivers/device/spi.cpp
+++ b/apps/drivers/device/spi.cpp
@@ -111,7 +111,7 @@ SPI::init()
}
// tell the workd where we are
- log("on bus %d at %d", _bus, _device);
+ log("on SPI bus %d at %d", _bus, _device);
out:
return ret;