修改定义struct的错误

This commit is contained in:
anod 2023-05-09 14:42:46 +08:00
parent f7f2652684
commit 86c60fc4d8

View File

@ -20,7 +20,7 @@
#include "error_codes.h"
struct
struct global_oaf_config
{
// [general]
u16 backlight; // Both LCDs.
@ -45,7 +45,7 @@ struct
// [boost]
u8 savePolicy;
u8 cheatMode;
} global_oaf_config;
};
#define SAVE_POLICY_GBADB 0
#define SAVE_POLICY_FIRM 1