From e0fcf2b6c7e1c722368934effec0e175bc7925d0 Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Sat, 10 Mar 2018 13:23:44 +0000 Subject: Restored masks in HTS221 driver Minor adjustment in HTS221 demo git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11684 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- testex/STM32/STM32F4xx/I2C-HTS221/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testex') 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"); -- cgit v1.2.3