Forum Discussion
Altera_Forum
Honored Contributor
22 years agoMicroC/OS-II Problems
I have a Nios II project that is using MicroC/OS-II. This is the one that comes with the Nios II, not the Microtronix port for the Nios 1. So far I have just been using the default settings, but I ...
Altera_Forum
Honored Contributor
22 years agoThis is a rather embarrassing mistake which will be fixed in a soon to be released service pack. The problem is that if you look in system.h you will see a bunch of MicroC/OS-II# defines and these have the# define BLA "1" instead of# define BLA 1
It's easily fixed by removing the quotes in this file.