Skip to content

Commit

Permalink
command: Fixed platform_cmd_list extern declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Misaka0x2730 authored and dragonmux committed Aug 4, 2024
1 parent 784759e commit 907688b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/command.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const command_s cmd_list[] = {
};

#ifdef PLATFORM_HAS_CUSTOM_COMMANDS
extern const command_s *platform_cmd_list;
extern const command_s platform_cmd_list[];
#endif

bool connect_assert_nrst;
Expand Down

0 comments on commit 907688b

Please sign in to comment.