Fix wrong header define name

pull/6291/head
Mirela Chirica 2018-03-08 12:53:52 +02:00
parent 350d7916cf
commit 9f6454a084
1 changed files with 3 additions and 3 deletions

View File

@ -15,8 +15,8 @@
* limitations under the License.
*/
#ifndef TELIT_HE910_CELLULAR_POWER_H_
#define TELIT_HE910_CELLULAR_POWER_H_
#ifndef QUECTEL_BC95_CELLULAR_POWER_H_
#define QUECTEL_BC95_CELLULAR_POWER_H_
#include "AT_CellularPower.h"
@ -36,4 +36,4 @@ public: //from CellularPower
} // namespace mbed
#endif // TELIT_HE910_CELLULAR_POWER_H_
#endif // QUECTEL_BC95_CELLULAR_POWER_H_