diff options
Diffstat (limited to 'board/trab')
-rw-r--r-- | board/trab/vfd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/trab/vfd.c b/board/trab/vfd.c index eb506f3..37d3aa4 100644 --- a/board/trab/vfd.c +++ b/board/trab/vfd.c @@ -369,7 +369,7 @@ int vfd_init_clocks (void) gpio->PCCON = (gpio->PCCON & 0xFFFFFF00); /* configure GPC0...GPC3 as inputs */ /* allow signals to settle */ for (i=0; i<10000; i++) /* udelay isn't working yet at this point! */ - __asm("NOP"); + __asm__("NOP"); vfd_board_id = (~gpio->PCDAT) & 0x000F; /* read GPC0...GPC3 port pins */ VFD_DISABLE; /* activate blank for the vfd */ |