Juraj Ďuďák пре 2 година
родитељ
комит
ac8668c317
2 измењених фајлова са 3 додато и 2 уклоњено
  1. 1 0
      src/dataframe.c
  2. 2 2
      src/dataframe.h

+ 1 - 0
src/dataframe.c

@@ -35,6 +35,7 @@
 
 #include "dataframe.h"
 
+
 uint8_t *packet;
 static volatile uint8_t length;
 static volatile uint8_t capacity;

+ 2 - 2
src/dataframe.h

@@ -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