Skip to content

Commit

Permalink
Fixed flash help (removed empty tokens_flash, replaced by tokens_mode…
Browse files Browse the repository at this point in the history
…_flash)
  • Loading branch information
bvernoux committed Feb 18, 2024
1 parent be76dbe commit 09ac850
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/hydrabus/commands.c
Original file line number Diff line number Diff line change
Expand Up @@ -1690,10 +1690,6 @@ t_token tokens_mode_flash[] = {
{ }
};

t_token tokens_flash[] = {
{ }
};

t_token tokens_gpio_mode[] = {
{
T_IN,
Expand Down Expand Up @@ -2184,7 +2180,7 @@ t_token tl_tokens[] = {
},
{
T_FLASH,
.subtokens = tokens_flash,
.subtokens = tokens_mode_flash,
.help = "NAND flash mode"
},
{
Expand Down

0 comments on commit 09ac850

Please sign in to comment.