diff --git a/src/tests/packet_format.h b/src/tests/packet_format.h new file mode 100644 index 0000000..5b35254 --- /dev/null +++ b/src/tests/packet_format.h @@ -0,0 +1,6 @@ +#ifndef PACKET_FORMAT_H +#define PACKET_FORMAT_H + +enum HEADER_e {WEATHER_STATION = 0}; + +#endif //PACKET_FORMAT_H