auto format

This commit is contained in:
Marco Scholl 2024-03-30 09:52:15 +01:00
parent 6884734cc3
commit 9d7e29d705
No known key found for this signature in database

View File

@ -2,9 +2,9 @@
#pragma GCC optimize("O3") #pragma GCC optimize("O3")
#include "cemi_frame.h" #include "cemi_frame.h"
#include <cstring>
#include <stdint.h> #include <stdint.h>
#include <string> #include <string>
#include <cstring>
// Means that the frame is invalid // Means that the frame is invalid
#define TP_FRAME_FLAG_INVALID 0b10000000 #define TP_FRAME_FLAG_INVALID 0b10000000