Skip to content

Commit 9f6454a

Browse files
author
Mirela Chirica
committed
Fix wrong header define name
1 parent 350d791 commit 9f6454a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

features/cellular/framework/targets/QUECTEL/BC95/QUECTEL_BC95_CellularPower.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
* limitations under the License.
1616
*/
1717

18-
#ifndef TELIT_HE910_CELLULAR_POWER_H_
19-
#define TELIT_HE910_CELLULAR_POWER_H_
18+
#ifndef QUECTEL_BC95_CELLULAR_POWER_H_
19+
#define QUECTEL_BC95_CELLULAR_POWER_H_
2020

2121
#include "AT_CellularPower.h"
2222

@@ -36,4 +36,4 @@ class QUECTEL_BC95_CellularPower : public AT_CellularPower
3636

3737
} // namespace mbed
3838

39-
#endif // TELIT_HE910_CELLULAR_POWER_H_
39+
#endif // QUECTEL_BC95_CELLULAR_POWER_H_

0 commit comments

Comments
 (0)