Fixed note error in sensor_demo.h

__APP_DEMO_H__  -> __SENSOR_DEMO_H__
This commit is contained in:
David Lin
2020-02-28 20:52:08 +08:00
committed by GitHub
parent 015a5473fe
commit 8ad4dacd14

View File

@@ -17,5 +17,5 @@ void application_entry(void *arg);
}
#endif
#endif /* __APP_DEMO_H__ */
#endif /* __SENSOR_DEMO_H__ */