removed superflous semicolon

This commit is contained in:
Markus Fröschle
2012-10-19 06:25:00 +00:00
parent e73b0d7414
commit d949959dec

View File

@@ -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)