diff options
Diffstat (limited to 'testex/STM32/STM32F4xx/I2C-LSM303DLHC/main.c')
-rw-r--r-- | testex/STM32/STM32F4xx/I2C-LSM303DLHC/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testex/STM32/STM32F4xx/I2C-LSM303DLHC/main.c b/testex/STM32/STM32F4xx/I2C-LSM303DLHC/main.c index bd84f00f9..15b530064 100644 --- a/testex/STM32/STM32F4xx/I2C-LSM303DLHC/main.c +++ b/testex/STM32/STM32F4xx/I2C-LSM303DLHC/main.c @@ -127,7 +127,7 @@ int main(void) { /* Activates the LSM303DLHC driver.*/
lsm303dlhcStart(&LSM303DLHCD1, &lsm303dlhccfg);
- /* Normal main() thread activity, printing MEMS data on the SDU1. */
+ /* Normal main() thread activity, printing MEMS data on the SDU1.*/
while (true) {
lsm303dlhcAccelerometerReadRaw(&LSM303DLHCD1, accraw);
chprintf(chp, "LSM303DLHC Accelerometer raw data...\r\n");
|