2011-12-03 Ralf Corsépius <ralf.corsepius@rtems.org>

* libchip/display/disp_hcms29xx.c: Add missing initializer.
This commit is contained in:
Ralf Corsepius
2011-12-03 05:09:40 +00:00
parent 29aed671e4
commit f2c6c44440
2 changed files with 13 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2011-12-03 Ralf Corsépius <ralf.corsepius@rtems.org>
* libchip/display/disp_hcms29xx.c: Add missing initializer.
2011-11-09 Jennifer Averett <jennifer.averett@oarcorp.com>
PR 1934/bsps

View File

@@ -927,6 +927,15 @@ static disp_hcms29xx_drv_t disp_hcms29xx_drv_tbl = {
.size = sizeof (disp_hcms29xx_drv_t),
},
{ /* our private fields */
0,
{ 0 },
0,
{ 0 },
{ 0 },
0,
0,
0,
false
}
};