Jordan Brack / SmartWheelsPublic

Dependencies:   TSI USBDevice mbed-dev

Fork of SmartWheels by haofan Zheng

Revision:
13:7dcb1642ef99
Parent:
12:256c303ad09d
Child:
25:6f63053cee81
--- a/Hardwares/OV7725RegBuf.h	Wed Feb 08 18:00:33 2017 +0000
+++ b/Hardwares/OV7725RegBuf.h	Wed Feb 08 23:47:02 2017 +0000
@@ -13,7 +13,7 @@
     
     uint8_t * GetData();
     
-    bool IsAddressReserved(const uint8_t addr) const;
+    static bool IsAddressReserved(const uint8_t addr);
     
 private:
     uint8_t m_data[OV7725_LAST_ADDR + 1];