You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by pk...@apache.org on 2022/07/29 13:09:35 UTC

[incubator-nuttx] 03/04: Update stm32_max31855.c

This is an automated email from the ASF dual-hosted git repository.

pkarashchenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 7a9b434ae689644e224b55d4c445230ddf268d7d
Author: simbit18 <10...@users.noreply.github.com>
AuthorDate: Fri Jul 29 11:07:37 2022 +0200

    Update stm32_max31855.c
    
    Fix mistakes in comments
---
 boards/arm/stm32/common/src/stm32_max31855.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/boards/arm/stm32/common/src/stm32_max31855.c b/boards/arm/stm32/common/src/stm32_max31855.c
index 9de0424cca..cd5dac76fc 100644
--- a/boards/arm/stm32/common/src/stm32_max31855.c
+++ b/boards/arm/stm32/common/src/stm32_max31855.c
@@ -67,7 +67,7 @@ int board_max31855_initialize(int devno, int busno)
       return -ENODEV;
     }
 
-  /* Then register the barometer sensor */
+  /* Then register the temperature sensor */
 
   snprintf(devpath, 12, "/dev/temp%d", devno);
   ret = max31855_register(devpath, spi, devno);