add nocheck flags

This commit is contained in:
2026-01-16 15:04:03 +03:00
parent 9c0152d08f
commit 3697adba41
10 changed files with 97 additions and 44 deletions

View File

@@ -32,7 +32,7 @@ static const uint32_t FLASH_blocksize = (uint32_t)&_BLOCKSIZE;
// max amount of Config records stored (will be recalculate in flashstorage_init()
static uint32_t maxCnum = 1024 / sizeof(user_conf); // can't use blocksize here
#define DEFMF {.donthold = 1, .drvtype = DRVTYPE_UART}
#define DEFMF {.donthold = 1, .nodiag = 1, .drvtype = DRVTYPE_UART}
#define USERCONF_INITIALIZER { \
.userconf_sz = sizeof(user_conf) \