Radio.pde uses #ifdef instead of #if
Since QUAD and HEXA are always defined, the code defined in the QUAD block is
ignored, disabling //FLIGHT_MODE_X_45Degree
Line 138 is #ifdef QUAD
should be #if AIRFRAME == QUAD
Line 162 is #ifdef HEXA
should be #if AIRFRAME == HEXA
Original issue reported on code.google.com by Orio...@gmail.com on 14 Feb 2011 at 12:57
Original issue reported on code.google.com by
Orio...@gmail.com
on 14 Feb 2011 at 12:57