Posted on Feb 14, 2011 by
Happy Kangaroo
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
Comment #1
Posted on Feb 22, 2011 by Quick Birdaccepted as an issue, already partially addressed.
Status: Accepted
Labels:
Type-Defect
Priority-Medium