diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-06-02 13:22:43 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-06-02 13:22:43 +0000 |
commit | e3b62eb4c307d4a4f452b4d47a7e6c0d5f2072cb (patch) | |
tree | 2715700ef00d7ec1675408f711dfb6f1a924ce9c /testhal/STM32/STM32F4xx | |
parent | cd7b086b12fa9af6bdeacfaa91e9ad94f411a6be (diff) | |
download | ChibiOS-e3b62eb4c307d4a4f452b4d47a7e6c0d5f2072cb.tar.gz ChibiOS-e3b62eb4c307d4a4f452b4d47a7e6c0d5f2072cb.tar.bz2 ChibiOS-e3b62eb4c307d4a4f452b4d47a7e6c0d5f2072cb.zip |
Fixed I2C-LSM303DLHC readme
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9555 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F4xx')
-rw-r--r-- | testhal/STM32/STM32F4xx/I2C-LSM303DLHC/readme.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F4xx/I2C-LSM303DLHC/readme.txt b/testhal/STM32/STM32F4xx/I2C-LSM303DLHC/readme.txt index 87fd3282f..b536fd7ca 100644 --- a/testhal/STM32/STM32F4xx/I2C-LSM303DLHC/readme.txt +++ b/testhal/STM32/STM32F4xx/I2C-LSM303DLHC/readme.txt @@ -1,5 +1,5 @@ *****************************************************************************
-** ChibiOS/HAL + ChibiOS/EX - SPI + LSM303DLHC demo for STM32F4xx. **
+** ChibiOS/HAL + ChibiOS/EX - I2C + LSM303DLHC demo for STM32F4xx. **
*****************************************************************************
** TARGET **
|