summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJin Yoon <jinny.yoon@samsung.com>2019-09-27 17:43:32 +0900
committerJin Yoon <jinny.yoon@samsung.com>2019-09-27 17:47:24 +0900
commitab51bfd00079c148b6d1f867225b399333531047 (patch)
treec6d3978a153b791f0ad80b81f4a608333411c893
parent6c41d1ca6c84c98fe024b04f015f0391d1a169ff (diff)
downloadrcc-ab51bfd00079c148b6d1f867225b399333531047.tar.gz
rcc-ab51bfd00079c148b6d1f867225b399333531047.tar.bz2
rcc-ab51bfd00079c148b6d1f867225b399333531047.zip
Resolve a warning in a header
Change-Id: I41ce4011dac2c473437a94d51cd020e742c1ac6b
-rw-r--r--inc/resource/resource_illuminance_sensor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/inc/resource/resource_illuminance_sensor.h b/inc/resource/resource_illuminance_sensor.h
index 032ef7a..6b24b71 100644
--- a/inc/resource/resource_illuminance_sensor.h
+++ b/inc/resource/resource_illuminance_sensor.h
@@ -19,8 +19,8 @@
* limitations under the License.
*/
-#ifndef __RCC_RESOURCE_ILLUMINANCE_SENSOR_H__
-#define __RCC_FINDER_RESOURCE_ILLUMINANCE_SENSOR_H__
+#ifndef __RESOURCE_ILLUMINANCE_SENSOR_H__
+#define __RESOURCE_ILLUMINANCE_SENSOR_H__
/**
* @brief Reads the value of i2c bus connected illuminance sensor.
@@ -31,5 +31,5 @@
*/
extern int resource_read_illuminance_sensor(int i2c_bus, uint32_t *out_value);
-#endif /* __RCC_RESOURCE_ILLUMINANCE_SENSOR_H__ */
+#endif /* __RESOURCE_ILLUMINANCE_SENSOR_H__ */