partial fix to gpio stuff (limit what can be exported)
[matches/MCTX3420.git] / server / common.h
index 97290d2..43bb8bd 100644 (file)
@@ -34,4 +34,6 @@
 #define TIMEVAL_DIFF(tv1, tv2) ((tv1).tv_sec - (tv2).tv_sec + 1e-6 * ((tv1).tv_usec - (tv2).tv_usec))
 
 
+
+
 #endif //_COMMON_H

UCC git Repository :: git.ucc.asn.au