- allow string modparam value

This commit is contained in:
Sascha Ittner
2019-03-18 15:15:40 +01:00
parent eaff89f7c9
commit 24a2d9d95e
2 changed files with 21 additions and 8 deletions

View File

@@ -253,6 +253,7 @@ typedef union {
hal_s32_t s32;
hal_u32_t u32;
hal_float_t flt;
char str[LCEC_CONF_STR_MAXLEN];
} LCEC_CONF_MODPARAM_VAL_T;
typedef struct {