The following RTOS .c files compile fine during 'make':
task.c, queue.c, tasks.c, croutines.c, list.c
Then I get the following error:
serial.c: In function 'xSerialPortReInit'
serial.c: 665:error: 'ulWantedBaud' undeclared (first use in this function)
serial.c: 665:error: (Each undeclared identifier is reported only once for each function it appears in)
make: ***[serial.o]Error 1
I have checked that all include files identified in serial.c are available