Part Number: TMS320F28069
Other Parts Discussed in Thread: MOTORWARE
Tool/software: Code Composer Studio
I have to use a queue to process commands over DNet messages.
I attemped to use the #include <queue.h> or include <queue>
with the file being under this directory which is also part of my project.
when I compile I get an error message
math.h resides in the same directory, and I don't have any issues when I do #includ <math.h>