Project

General

Profile

Revision 1073

Brad Neuman forgot to add the word "void" in simulator_do();

View differences:

dragonfly_lib.h
91 91
 *
92 92
 * When compiled on the robot, this call does nothing
93 93
 **/
94
void simulator_do();
94
void simulator_do(void);
95 95

  
96 96
/** @} **/ //end addtogroup
97 97

  

Also available in: Unified diff