Merge remote-tracking branch 'upstream/master'
[matches/MCTX3420.git] / server / sensor.c
diff --git a/server/sensor.c b/server/sensor.c
deleted file mode 100644 (file)
index d1d8b9f..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-/**
- * @file sensor.c
- * @purpose Implementation of sensor thread
- * TODO: Finalise implementation
- */
-
-#include "sensor.h"
-
-/**
- * Run the main sensor polling loop
- * @param args - IGNORED (void* required to use the function with pthreads)
- * @returns NULL (void* required to use the function with pthreads)
- */
-void * Sensor_Main(void * args)
-{
-       
-}

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