clean up device_config_t formatting
This commit is contained in:
@@ -2000,15 +2000,16 @@ esp_close(void *priv)
|
||||
|
||||
|
||||
static const device_config_t bios_enable_config[] = {
|
||||
{
|
||||
"bios", "Enable BIOS", CONFIG_BINARY, "", 0
|
||||
},
|
||||
{
|
||||
"", "", -1
|
||||
}
|
||||
// clang-format off
|
||||
{
|
||||
"bios", "Enable BIOS", CONFIG_BINARY, "", 0
|
||||
},
|
||||
{
|
||||
"", "", -1
|
||||
}
|
||||
// clang-format on
|
||||
};
|
||||
|
||||
|
||||
const device_t dc390_pci_device =
|
||||
{
|
||||
"Tekram DC-390 PCI",
|
||||
|
||||
Reference in New Issue
Block a user