aboutsummaryrefslogtreecommitdiffstats
path: root/testex/STM32/STM32F4xx/I2C-HTS221/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'testex/STM32/STM32F4xx/I2C-HTS221/main.c')
-rw-r--r--testex/STM32/STM32F4xx/I2C-HTS221/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testex/STM32/STM32F4xx/I2C-HTS221/main.c b/testex/STM32/STM32F4xx/I2C-HTS221/main.c
index dc1cb5cd8..a67ab4931 100644
--- a/testex/STM32/STM32F4xx/I2C-HTS221/main.c
+++ b/testex/STM32/STM32F4xx/I2C-HTS221/main.c
@@ -108,7 +108,7 @@ int main(void) {
/* Activates the HTS221 driver.*/
hts221Start(&HTS221D1, &hts221cfg);
- /* Normal main() thread activity, printing MEMS data on the SD1. */
+ /* Normal main() thread activity, printing MEMS data on the SD2. */
while (true) {
hts221HygrometerReadRaw(&HTS221D1, &hygroraw);
chprintf(chp, "HTS221D1 Hygrometer raw data...\r\n");