From 5f0e2053cb041a1a50a2eea69b975b152cd5e29c Mon Sep 17 00:00:00 2001 From: Troels Jessen Date: Thu, 9 Jul 2026 16:32:45 +0200 Subject: [PATCH] Parameter user masks must be represented as hex CSH expects one mask per letter (0-f) when parsing the list add command partool already comply to this --- src/param/list/param_list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/param/list/param_list.c b/src/param/list/param_list.c index 31f5b0a81..ec30c2422 100644 --- a/src/param/list/param_list.c +++ b/src/param/list/param_list.c @@ -749,7 +749,7 @@ void list_add_output_user_flags(uint32_t mask, FILE * out) { for (uint8_t i = PM_USER_FLAGS_OFFSET; i < 8*sizeof(mask); i++) { if (mask & (1<