Fixed note error in sensor_demo.h
__APP_DEMO_H__ -> __SENSOR_DEMO_H__
This commit is contained in:
parent
015a5473fe
commit
8ad4dacd14
|
|
@ -17,5 +17,5 @@ void application_entry(void *arg);
|
|||
}
|
||||
#endif
|
||||
|
||||
#endif /* __APP_DEMO_H__ */
|
||||
#endif /* __SENSOR_DEMO_H__ */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue