Add missing initializers.

This commit is contained in:
Ralf Corsepius
2008-12-23 05:00:57 +00:00
parent a10fd8d96a
commit b7cfd627b3
8 changed files with 47 additions and 8 deletions

View File

@@ -113,12 +113,12 @@ static struct i2cbus
volatile short waiting;
volatile char started;
char *name;
} busses[MAX_NO_BUSSES] = { { 0 } };
} busses[MAX_NO_BUSSES] = { { 0, 0, 0, 0, 0 } };
static struct
{
rtems_libi2c_drv_t *drv;
} drvs[MAX_NO_DRIVERS] = { { 0} };
} drvs[MAX_NO_DRIVERS] = { { 0 } };
static rtems_id libmutex = 0;