Colin Stearns / Mbed 2 deprecated dgps

Dependencies:   mbed

Revision:
6:f0248eb6714d
Parent:
4:c75d5e5e6bfc
--- a/adapt/camera.h	Thu Apr 03 15:56:05 2014 +0000
+++ b/adapt/camera.h	Thu Apr 03 16:27:23 2014 +0000
@@ -1,3 +1,6 @@
+#ifndef _CAMERA_H_
+#define _CAMERA_H_
+
 /**
   *  \brief Camera interface
   **/
@@ -88,4 +91,5 @@
     uint8_t readResponse(uint8_t numbytes, uint8_t timeout);
     // Send the command
     void sendCommand(uint8_t cmd, uint8_t args[] = 0, uint8_t argn = 0);
-};
\ No newline at end of file
+};
+#endif
\ No newline at end of file