Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: UbloxCellularBase.h
- Revision:
- 1:5aaecf2572dc
- Parent:
- 0:5cffef3371f6
- Child:
- 4:2e640a101db1
--- a/UbloxCellularBase.h Mon Jun 12 21:28:56 2017 +0000
+++ b/UbloxCellularBase.h Mon Jun 12 23:03:38 2017 +0100
@@ -13,8 +13,8 @@
* limitations under the License.
*/
-#ifndef UBLOX_CELLULAR_BASE_
-#define UBLOX_CELLULAR_BASE_
+#ifndef _UBLOX_CELLULAR_BASE_
+#define _UBLOX_CELLULAR_BASE_
#include "mbed.h"
#include "ATCmdParser.h"
@@ -377,5 +377,5 @@
void UMWI_URC();
};
-#endif //_UBLOX_CELLULAR_DRIVER_GEN_BASE_
+#endif // _UBLOX_CELLULAR_BASE_