Hi John, > For some reason if I put a semi colon in front of the structure the > error goes away. > > ; //<------------ > struct rb_fifo_struct_type Then some previous declaration is probably missing the semicolon. It might even be in a different file (i.e. header file). -- Dave Hylands Vancouver, BC, Canada http://www.DaveHylands.com/
Message
Re: [AVR-Chat] Re: structures in gcc
2008-01-24 by Dave Hylands