Merge pull request #204 from DavidLin1577/patch-2

Update blehr_sens.h
This commit is contained in:
Mculover666 2020-07-21 10:13:41 +08:00 committed by GitHub
commit 446d32f4b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -17,8 +17,8 @@
* under the License.
*/
#ifndef H_BLEHR_SENSOR_
#define H_BLEHR_SENSOR_
#ifndef _BLEHR_SENS_H_
#define _BLEHR_SENS_H_
#include "nimble/ble.h"
#include "modlog/modlog.h"
@ -37,4 +37,4 @@ int gatt_svr_init(void);
}
#endif
#endif
#endif //_BLEHR_SENS_H_