@@ -35,6 +35,7 @@
#include "dataframe.h"
+
uint8_t *packet;
static volatile uint8_t length;
static volatile uint8_t capacity;
@@ -8,13 +8,13 @@
#ifndef __DATAFRAME_H__
#define __DATAFRAME_H__
+#include "stdint.h"
#ifdef __cplusplus
extern "C" {
#endif
-#include "stdint.h"
-
#define HEADER_CHAR 0xCC