X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=client%2Fspec.h;h=18828db78928e73d4493de0d8db54e234c1c6b7f;hb=09b207a39b7791098daafd7d87c3ad9d3db3e19f;hp=0007dc3ea7d55f103f7866b70eb33fc523af002a;hpb=32ff545d18253da21f25c69c6d99b96f90668773;p=mTask.git diff --git a/client/spec.h b/client/spec.h index 0007dc3..18828db 100644 --- a/client/spec.h +++ b/client/spec.h @@ -1,17 +1,14 @@ #ifndef SPEC_H #define SPEC_H -#include -#include - -struct device_spec { - bool have_led; - bool have_aio; - bool have_dio; - uint8_t max_tasks; - uint8_t max_sds; -}; +#ifdef __cplusplus +extern "C" { +#endif void spec_send(void); +#ifdef __cplusplus +} +#endif + #endif