separate in directories
[mTask.git] / client / spec.h
index 0007dc3..a7adebc 100644 (file)
@@ -1,17 +1,6 @@
 #ifndef SPEC_H
 #define SPEC_H
 
-#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