removed superflous semicolon
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user