fix type of variable

This commit is contained in:
Aitor Gómez
2019-03-13 10:31:39 +01:00
committed by GitHub
parent 6293f96ad2
commit 1aa0e34e6c

View File

@@ -47,7 +47,7 @@ const ini_var_t ini_vars[] = {
{ "RBF_HIDE_DATECODE", (void*)(&(cfg.rbf_hide_datecode)), UINT8, 0, 1, 1 },
{ "MENU_PAL", (void*)(&(cfg.menu_pal)), UINT8, 0, 1, 1 },
{ "BOOTCORE", (void*)(&(cfg.bootcore)), STRING, 0, sizeof(cfg.bootcore) - 1, 1 },
{ "BOOTCORE_TIMEOUT", (void*)(&(cfg.bootcore_timeout)), INT8, 10, 30, 1 },
{ "BOOTCORE_TIMEOUT", (void*)(&(cfg.bootcore_timeout)), INT16, 10, 30, 1 },
};
// mist ini config