Remove old lock/release cases from control.c + hopefully silence warnings on 64 bit...
[matches/MCTX3420.git] / server / bbb_pin.c
index 2d98b39..2ffc9e5 100644 (file)
@@ -510,7 +510,7 @@ bool ADC_Read(int id, int *value)
 
 #ifndef _BBB
 //For running on systems that are not the BBB
-bool True_Stub(void *arg, ...) { return true; }
+bool True_Stub(int arg, ...) { return true; }
 bool ADC_Read_Stub(int *val, ...) { *val = 0; return true; }
 bool GPIO_Read_Stub(bool *val, ...) { *val = false; return true; }
 #endif

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