add specification sending
[mTask.git] / client / spec.h
index 0007dc3..a8e0d7d 100644 (file)
@@ -4,14 +4,6 @@
 #include <stdint.h>
 #include <stdbool.h>
 
-struct device_spec {
-       bool have_led;
-       bool have_aio;
-       bool have_dio;
-       uint8_t max_tasks;
-       uint8_t max_sds;
-};
-
 void spec_send(void);
 
 #endif