summaryrefslogtreecommitdiff
path: root/ucoo/hal/spi/test
diff options
context:
space:
mode:
Diffstat (limited to 'ucoo/hal/spi/test')
-rw-r--r--ucoo/hal/spi/test/test_spi.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/ucoo/hal/spi/test/test_spi.cc b/ucoo/hal/spi/test/test_spi.cc
index fa26abc..27ca659 100644
--- a/ucoo/hal/spi/test/test_spi.cc
+++ b/ucoo/hal/spi/test/test_spi.cc
@@ -38,7 +38,8 @@ main (int argc, const char **argv)
{
ucoo::arch_init (argc, argv);
ucoo::Stream &ts = ucoo::test_stream ();
- // Use connection to LIS302DL device on discovery board.
+ // Use connection to LIS302DL device on discovery board revision MB997B.
+ // Revision MB997C uses a different device.
rcc_peripheral_enable_clock (&RCC_AHB1ENR, RCC_AHB1ENR_IOPAEN
| RCC_AHB1ENR_IOPEEN);
ucoo::Gpio ss (GPIOE, 3);