From 09ac8502ccdff9d78c2650a8db0aa46844796ca1 Mon Sep 17 00:00:00 2001 From: Benjamin Vernoux Date: Sun, 18 Feb 2024 15:37:11 +0100 Subject: [PATCH] Fixed flash help (removed empty tokens_flash, replaced by tokens_mode_flash) --- src/hydrabus/commands.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/hydrabus/commands.c b/src/hydrabus/commands.c index 26a26248..66396218 100644 --- a/src/hydrabus/commands.c +++ b/src/hydrabus/commands.c @@ -1690,10 +1690,6 @@ t_token tokens_mode_flash[] = { { } }; -t_token tokens_flash[] = { - { } -}; - t_token tokens_gpio_mode[] = { { T_IN, @@ -2184,7 +2180,7 @@ t_token tl_tokens[] = { }, { T_FLASH, - .subtokens = tokens_flash, + .subtokens = tokens_mode_flash, .help = "NAND flash mode" }, {