Update blehr_sens.h

H_BLEHR_SENSOR_ -> _BLEHR_SENS_H_
This commit is contained in:
David Lin
2020-07-20 19:41:35 +08:00
committed by GitHub
parent 32b8b85edc
commit ed6c13fc02

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_