From f13e2c9a5ac4b08a467b66c13016f5a9b367cba3 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 --- BaS_GNU/sources/sysinit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaS_GNU/sources/sysinit.h b/BaS_GNU/sources/sysinit.h index ec097a0..a8df15e 100644 --- a/BaS_GNU/sources/sysinit.h +++ b/BaS_GNU/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)