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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0cc42d6e4 sensor/lm75: fix C syntax error
0cc42d6e4 is described below

commit 0cc42d6e457451f4d184d99082e10f5e0b40486d
Author: Jorge Guzman <jorge....@gmail.com>
AuthorDate: Sun Feb 25 12:15:58 2024 -0300

    sensor/lm75: fix C syntax error
    
    Signed-off-by" Jorge Guzman jorge....@gmail.com
---
 system/lm75/lm75.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/system/lm75/lm75.c b/system/lm75/lm75.c
index 3414785f2..57595fcbe 100644
--- a/system/lm75/lm75.c
+++ b/system/lm75/lm75.c
@@ -46,7 +46,7 @@
 
 #if !defined(CONFIG_SYSTEM_LM75_FAHRENHEIT) && 
!defined(CONFIG_SYSTEM_LM75_CELSIUS)
 #  warning one of CONFIG_SYSTEM_LM75_FAHRENHEIT or CONFIG_SYSTEM_LM75_CELSIUS 
must be defined
-#  defeind CONFIG_SYSTEM_LM75_FAHRENHEIT 1
+#  define CONFIG_SYSTEM_LM75_FAHRENHEIT 1
 #endif
 
 #if defined(CONFIG_SYSTEM_LM75_FAHRENHEIT) && 
defined(CONFIG_SYSTEM_LM75_CELSIUS)

Reply via email to