QC Control software

Dependencies:   mbed

Fork of dgps by Colin Stearns

Revision:
40:7b4d6043f533
Parent:
32:9cb7bc3fc9e0
Child:
47:fd373c4ea831
--- a/handle/dataLocation.cpp	Wed Apr 23 03:54:24 2014 +0000
+++ b/handle/dataLocation.cpp	Wed Apr 23 04:09:06 2014 +0000
@@ -44,7 +44,7 @@
     // Increment size
     getI(type,LHIType_size)++;
     // Assign current index
-    getC(type)=newLoc;
+    getC(type,getI(type))=newLoc;
 }
 
 static LocHolder* mainLocHolder=NULL;