Skip to content
Snippets Groups Projects
Commit fa838874 authored by Stefan Roese's avatar Stefan Roese
Browse files

remove "static" from "ide_dev_desc" to use it from external code

parent 1cdf5d92
No related branches found
No related tags found
No related merge requests found
...@@ -140,7 +140,7 @@ static int ide_bus_ok[CFG_IDE_MAXBUS]; ...@@ -140,7 +140,7 @@ static int ide_bus_ok[CFG_IDE_MAXBUS];
static int ide_bus_ok[CFG_IDE_MAXBUS] = {0,}; static int ide_bus_ok[CFG_IDE_MAXBUS] = {0,};
#endif #endif
static block_dev_desc_t ide_dev_desc[CFG_IDE_MAXDEVICE]; block_dev_desc_t ide_dev_desc[CFG_IDE_MAXDEVICE];
/* ------------------------------------------------------------------------- */ /* ------------------------------------------------------------------------- */
#ifdef CONFIG_IDE_LED #ifdef CONFIG_IDE_LED
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment