From 201819f2ef76d1d4103aad55a4521dfd96185c53 Mon Sep 17 00:00:00 2001 From: Th3maz1ng Date: Sat, 5 Jun 2021 23:33:47 +0200 Subject: [PATCH] Added the packet_format.h file which contain the definition of the various header values --- src/tests/packet_format.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/tests/packet_format.h 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