I'm having the same problem, no idea what to do. I'm still learning Arduino 
Code:
In file included from C:\Users\super\Documents\Arduino\Arduino_Phoenix_Parts-master\Arduino_Phoenix_Parts-master\Phoenix\PhantomX_V2_Commander_AX12_Stock\PhantomX_V2_Commander_AX12_Stock.ino:41:0:
C:\Users\super\Documents\Arduino\libraries\Phoenix/Phoenix_Code.h:405:0: warning: "cTravelDeadZone" redefined
#define cTravelDeadZone 4 //The deadzone for the analog input from the remote
^
In file included from C:\Users\super\Documents\Arduino\Arduino_Phoenix_Parts-master\Arduino_Phoenix_Parts-master\Phoenix\PhantomX_V2_Commander_AX12_Stock\PhantomX_V2_Commander_AX12_Stock.ino:39:0:
C:\Users\super\Documents\Arduino\libraries\Phoenix_Input_Commander/Phoenix_Input_Commander.h:91:0: note: this is the location of the previous definition
#define cTravelDeadZone 6 //The deadzone for the analog input from the remote
^
In file included from C:\Users\super\Documents\Arduino\Arduino_Phoenix_Parts-master\Arduino_Phoenix_Parts-master\Phoenix\PhantomX_V2_Commander_AX12_Stock\PhantomX_V2_Commander_AX12_Stock.ino:40:0:
C:\Users\super\Documents\Arduino\libraries\Phoenix_Driver_AX12/Phoenix_Driver_AX12.h: In function 'void MakeSureServosAreOn()':
C:\Users\super\Documents\Arduino\libraries\Phoenix_Driver_AX12/Phoenix_Driver_AX12.h:730:9: error: 'g_awGoalAXPos' was not declared in this scope
g_awGoalAXPos[i] = ax12GetRegister(pgm_read_byte(&cPinTable[i]),AX_PRESENT_POSITION_L,2);
^
exit status 1
Error compiling for board ArbotiX Std.
Bookmarks