Device driver for the Novatel OEM615 GPS receiver

Revision:
3:d55471d8417e
Parent:
2:35b6eb71a635
--- a/Oem615.h	Fri Apr 26 06:29:25 2013 +0000
+++ b/Oem615.h	Sat Apr 27 23:10:35 2013 +0000
@@ -20,8 +20,8 @@
  * limitations under the License.
  */
  
- #ifndef OEM615_H
- #define OEM615_H
+#ifndef OEM615_H
+#define OEM615_H
  
 #include "LogUtil.h"
 #include "mbed.h"
@@ -30,7 +30,11 @@
  *
  * Example:
  * @code
-
+ *  #include "mbed.h"
+ *
+ *  int main()
+ *  {
+ *  }
  * @endcode
  */