TrampolineRTOS/trampoline

Macro names

Closed this issue · 1 comments

Some macro name use common words (states of tasks: READY for instance). It may interfere with other defines (there is a READY register in the Atmel SamD familly).

fixed in 5a68026. Add prefix PROC_ to task's states.