From: Keith Packard Date: Mon, 17 Jun 2013 05:31:58 +0000 (-0700) Subject: altos/lpc: Remove spurious semicolon X-Git-Tag: 1.2.9.4~162 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=dcf769198863c1b0f1b05f41d0c052a3dbfef247;ds=sidebyside altos/lpc: Remove spurious semicolon Signed-off-by: Keith Packard --- diff --git a/src/lpc/ao_spi_lpc.c b/src/lpc/ao_spi_lpc.c index c3587698..a889137c 100644 --- a/src/lpc/ao_spi_lpc.c +++ b/src/lpc/ao_spi_lpc.c @@ -42,7 +42,7 @@ static uint8_t spi_dev_null; /* recv a byte */ \ get lpc_ssp->dr; \ } \ - } while (0); + } while (0) void ao_spi_send(void *block, uint16_t len, uint8_t id)