rename struct to follow code style

This commit is contained in:
iceman1001 2025-04-30 13:27:41 +02:00
commit cb4a0e2333
7 changed files with 23 additions and 23 deletions

View file

@ -161,7 +161,7 @@ typedef struct {
int8_t forcerats; // 0:auto 1:force executing RATS 2:force skipping RATS
int8_t magsafe; // 0:disabled 1:enabled
iso14a_polling_frame_t polling_loop_annotation; // Polling loop annotation
} PACKED hf14a_config;
} PACKED hf14a_config_t;
// Tracelog Header struct
typedef struct {