mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
cpukit/libmisc/shell/main_pci.c: Add field in shell_pci_modifier table
This file had a table supporting the command line options. Updates #5325.
This commit is contained in:
@@ -511,7 +511,7 @@ static struct shell_pci_modifier shell_pci_modifiers[MODIFIER_NUM] =
|
||||
{"pcfg", shell_pci_pcfg, 0},
|
||||
{"getdev", shell_pci_getdev, 0},
|
||||
{"infodev", shell_pci_infodev, 0},
|
||||
{"--help", shell_pci_usage},
|
||||
{"--help", shell_pci_usage, 0},
|
||||
};
|
||||
|
||||
static struct shell_pci_modifier *shell_pci_find_modifier(char *name)
|
||||
|
||||
Reference in New Issue
Block a user