removed superflous semicolon

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

View File

@@ -12,7 +12,7 @@
extern void wait_10us(void); extern void wait_10us(void);
/* send a 16-bit word out on the serial port */ /* 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 */ /* adresses where FPGA data lives in flash */
#define FPGA_FLASH_DATA ((uint8_t *) 0xe0700000L) #define FPGA_FLASH_DATA ((uint8_t *) 0xe0700000L)