From 8ad4dacd14d4f5bc1397dc06239df1f3c19d31f1 Mon Sep 17 00:00:00 2001 From: David Lin Date: Fri, 28 Feb 2020 20:52:08 +0800 Subject: [PATCH] Fixed note error in sensor_demo.h __APP_DEMO_H__ -> __SENSOR_DEMO_H__ --- examples/sensor/sensor_demo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/sensor/sensor_demo.h b/examples/sensor/sensor_demo.h index df282e89..52ee0a49 100644 --- a/examples/sensor/sensor_demo.h +++ b/examples/sensor/sensor_demo.h @@ -17,5 +17,5 @@ void application_entry(void *arg); } #endif -#endif /* __APP_DEMO_H__ */ +#endif /* __SENSOR_DEMO_H__ */