add back device specific capabilities
[mTask.git] / client / spec.h
1 #ifndef SPEC_H
2 #define SPEC_H
3
4 #include <stdint.h>
5 #include <stdbool.h>
6
7 void spec_send(void);
8
9 #endif