Forum Discussion
David Vescovi
Mar 26, 2021Copper Contributor
suppress incompatible pointer types in Azure RTOS demo program
I am bringing up Azure RTOS on a new ARM M4 platform. Most everything is built and running. I patterned the port closely after the Microchip https://github.com/azure-rtos/getting-started/blob/master...
David Vescovi
Mar 28, 2021Copper Contributor
I was able to get it to compile by adding a cast in front of the &pointer ((void **)&pointer) but don't think that's the best way to handle.