altos/lpc: Remove spurious semicolon
authorKeith Packard <keithp@keithp.com>
Mon, 17 Jun 2013 05:31:58 +0000 (22:31 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 17 Jun 2013 05:31:58 +0000 (22:31 -0700)
Signed-off-by: Keith Packard <keithp@keithp.com>
src/lpc/ao_spi_lpc.c

index c3587698e1d26f55ac1b7b583b2ab76f7707b6ed..a889137cbb7a4e1f84437f601d76e78f8cc22ce8 100644 (file)
@@ -42,7 +42,7 @@ static uint8_t        spi_dev_null;
                        /* recv a byte */                               \
                        get lpc_ssp->dr;                                \
                }                                                       \
                        /* recv a byte */                               \
                        get lpc_ssp->dr;                                \
                }                                                       \
-       } while (0);
+       } while (0)
 
 void
 ao_spi_send(void *block, uint16_t len, uint8_t id)
 
 void
 ao_spi_send(void *block, uint16_t len, uint8_t id)