summaryrefslogtreecommitdiff
path: root/nuttx/include/nuttx/sensors
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-06 10:52:05 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-06 10:52:05 -0600
commit0e1697302a5692d2fa81af5c76d3277b3a19a656 (patch)
treea4c883b13bc98be189e07a3ac43fcf1940e31461 /nuttx/include/nuttx/sensors
parent0132de56e42fbebc1a96d8a82609e3dffc017ec9 (diff)
downloadnuttx-0e1697302a5692d2fa81af5c76d3277b3a19a656.tar.gz
nuttx-0e1697302a5692d2fa81af5c76d3277b3a19a656.tar.bz2
nuttx-0e1697302a5692d2fa81af5c76d3277b3a19a656.zip
Update ChangeLog
Diffstat (limited to 'nuttx/include/nuttx/sensors')
-rw-r--r--nuttx/include/nuttx/sensors/lm75.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/nuttx/include/nuttx/sensors/lm75.h b/nuttx/include/nuttx/sensors/lm75.h
index d34509ada..9d3e19424 100644
--- a/nuttx/include/nuttx/sensors/lm75.h
+++ b/nuttx/include/nuttx/sensors/lm75.h
@@ -1,5 +1,5 @@
/****************************************************************************
- * include/nuttx/lm75.h
+ * include/nuttx/sensors/lm75.h
*
* Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@@ -33,8 +33,8 @@
*
****************************************************************************/
-#ifndef __NUTTX_SENSORS_LM75_H
-#define __NUTTX_SENSORS_LM75_H
+#ifndef __INCLUDE_NUTTX_SENSORS_LM75_H
+#define __INCLUDE_NUTTX_SENSORS_LM75_H
/****************************************************************************
* Included Files
@@ -86,15 +86,15 @@
*/
/****************************************************************************
- * Global Data
+ * Public Data
****************************************************************************/
/****************************************************************************
- * Global Function Prototypes
+ * Public Function Prototypes
****************************************************************************/
/****************************************************************************
- * Global Function Prototypes
+ * Public Function Prototypes
****************************************************************************/
#ifdef __cplusplus
@@ -130,4 +130,4 @@ EXTERN int lm75_register(FAR const char *devpath, FAR struct i2c_dev_s *i2c,
}
#endif
-#endif /* __NUTTX_SENSORS_LM75_H */
+#endif /* __INCLUDE_NUTTX_SENSORS_LM75_H */