Skip to content

Commit

Permalink
auto format
Browse files Browse the repository at this point in the history
  • Loading branch information
traxanos committed Mar 30, 2024
1 parent 6884734 commit 9d7e29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/knx/tp_frame.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
#pragma GCC optimize("O3")

#include "cemi_frame.h"
#include <cstring>
#include <stdint.h>
#include <string>
#include <cstring>

// Means that the frame is invalid
#define TP_FRAME_FLAG_INVALID 0b10000000
Expand Down

0 comments on commit 9d7e29d

Please sign in to comment.