X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=client%2Fspec.h;h=a8e0d7d1619e3016d10a77aabf7fd1e4057da7ed;hb=a8b74f431274acab9369d983f0dfed64333dea9f;hp=0007dc3ea7d55f103f7866b70eb33fc523af002a;hpb=32ff545d18253da21f25c69c6d99b96f90668773;p=mTask.git diff --git a/client/spec.h b/client/spec.h index 0007dc3..a8e0d7d 100644 --- a/client/spec.h +++ b/client/spec.h @@ -4,14 +4,6 @@ #include #include -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