
Hardcoding an array in RobotC
I'm having some trouble declaring an array in RobotC.
I have a struct definition:
and when I try to initialize an array for reachable_points:
The line containing the array initialization breaks, along with everything after it. If I replace the curly braces with square braces, the line remains broken, but everything after it is fine. How should I go about declaring the array?