|
Re: WPILib and Eclipse
What does line 51 in main.c look like? As you know, several of the WPILib function prototypes are different between vEx and FRC, so you may need to use #ifdef _FRC_BOARD or #ifdef _VEX_BOARD in your own code in order to use the correct prototype.
|