diff options
Diffstat (limited to 'sim/bfin/dv-bfin_ppi.c')
-rw-r--r-- | sim/bfin/dv-bfin_ppi.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/bfin/dv-bfin_ppi.c b/sim/bfin/dv-bfin_ppi.c index 4c9fd7f..e7b404b 100644 --- a/sim/bfin/dv-bfin_ppi.c +++ b/sim/bfin/dv-bfin_ppi.c @@ -227,7 +227,8 @@ bfin_ppi_finish (struct hw *me) ppi->color = bfin_gui_color (color); } -const struct hw_descriptor dv_bfin_ppi_descriptor[] = { +const struct hw_descriptor dv_bfin_ppi_descriptor[] = +{ {"bfin_ppi", bfin_ppi_finish,}, {NULL, NULL}, }; |