
I am currently waiting on my new Crazyflie (techs are putting it together) and an adapter for a JTAG box (ta for the pointer Tobius). So I'm looking for problems to eliminate in my code before using it.
The -pedantic tag has the ability to be set to c99 which drops a bunch of warnings. Which version does the Crazyflie use, c89/c90 or c99? *** edit; or c11? ***
The warnings relate to declaring variables mixed with code, which is an artefact of my Whiley to C compiler. I'm not phased by them and will not be fixing this warning, but it would be useful to know which compiler is used. Or better, how do you I find this out in general?
Cheers