fix little typo Customize (#8069)

Customize
This commit is contained in:
Heiko Liebscher
2025-01-20 13:44:30 +01:00
committed by GitHub
parent 1bd197df3a
commit 5ec8f51bd4
3 changed files with 6 additions and 6 deletions

View File

@@ -362,7 +362,7 @@ CONFIG_OPTION_ENUM_DEFINE_STATIC_MAPS(BedType)
// BBS
static const t_config_enum_values s_keys_map_LayerSeq = {
{ "Auto", flsAuto },
{ "Customize", flsCutomize },
{ "Customize", flsCustomize },
};
CONFIG_OPTION_ENUM_DEFINE_STATIC_MAPS(LayerSeq)

View File

@@ -266,7 +266,7 @@ enum BedType {
// BBS
enum LayerSeq {
flsAuto,
flsCutomize
flsCustomize
};
// BBS