From d949959dec805ee0fa9659ad7aabc13b38e294a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Fri, 19 Oct 2012 06:25:00 +0000 Subject: [PATCH] removed superflous semicolon --- sources/sysinit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/sysinit.h b/sources/sysinit.h index ec097a0..a8df15e 100644 --- a/sources/sysinit.h +++ b/sources/sysinit.h @@ -12,7 +12,7 @@ extern void wait_10us(void); /* send a 16-bit word out on the serial port */ -#define uart_out_word(a) MCF_PSC0_PSCTB_8BIT = (a); +#define uart_out_word(a) MCF_PSC0_PSCTB_8BIT = (a) /* adresses where FPGA data lives in flash */ #define FPGA_FLASH_DATA ((uint8_t *) 0xe0700000L)