From 1aa0e34e6cc6e5c854ee40ef6c13895bf6270b9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aitor=20G=C3=B3mez?= Date: Wed, 13 Mar 2019 10:31:39 +0100 Subject: [PATCH] fix type of variable --- cfg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg.cpp b/cfg.cpp index db33bdc..89beefc 100644 --- a/cfg.cpp +++ b/cfg.cpp @@ -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