fix include define

This commit is contained in:
DevilBinder 2022-06-21 21:12:46 +02:00
parent 078e2bf3cd
commit 58ad408946

View File

@ -1,4 +1,5 @@
#ifndef __FDRS_TYPES_H__ #ifndef __FDRS_TYPES_H__
#define __FDRS_TYPES_H__
typedef struct __attribute__((packed)) DataReading { typedef struct __attribute__((packed)) DataReading {
float data; float data;