From dca27e07dff666af726248fa716915546987ea1c Mon Sep 17 00:00:00 2001 From: WeebDataHoarder <57538841+weebdatahoarder@users.noreply.github.com> Date: Thu, 28 Oct 2021 19:00:30 +0200 Subject: [PATCH] Increase FM_PLAT_MAX_CFG_STR_LEN to 256 from 32 bytes --- include/platforms/libertyTrail/platform_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/platforms/libertyTrail/platform_config.h b/include/platforms/libertyTrail/platform_config.h index ab1fe5c..1c16070 100644 --- a/include/platforms/libertyTrail/platform_config.h +++ b/include/platforms/libertyTrail/platform_config.h @@ -189,7 +189,7 @@ typedef enum } fm_platPhyModel; -#define FM_PLAT_MAX_CFG_STR_LEN 32 +#define FM_PLAT_MAX_CFG_STR_LEN 256 #define FM_PLAT_NUM_SW fmRootPlatform->cfg.numSwitches #define FM_PLAT_GET_CFG (&fmRootPlatform->cfg)