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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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