I would like to use queues without sacrificing the simulator.I know how to use queues with the extern keyword, but it disables the simulator because TouchGFX doesn't see header and source files. I have edited the Makefile to include the headers, but ...