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

View File

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