Forum Discussion
Altera_Forum
Honored Contributor
20 years agoa problem when i build my project
my program as follows:# include "system.h"# include "altera_avalon_pio_regs.h"# include "alt_types.h"# define ccomm 0x00;# define cdata 0x01; void init_lcd(void); void write_lcd(alt_u8 ...
Altera_Forum
Honored Contributor
20 years agoyou have to control ";" , not "," at the end of# define
not ";" after } try this.