What does the following error mean which shows immediately from competition template?
Also what does the 13:41:59 stand for?
PS(the arrow is actually under the ‘c’ in competition.
13:41:59 – error – In file included from cxx_entry.cpp:16:
./main.cpp:110:21: error: redefinition of ‘Competition’
vex::competition Competition;
^
./robot-config.h:11:18: note: previous definition is here
vex::competition Competition;
^