aboutsummaryrefslogtreecommitdiff
path: root/robot/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'robot/main.c')
-rw-r--r--robot/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/robot/main.c b/robot/main.c
index d76dbaf..2f15e97 100644
--- a/robot/main.c
+++ b/robot/main.c
@@ -5,9 +5,9 @@
#include "sim.h"
#endif
-int main(int argc, char **argv) {
+int main() {
#ifdef W2_SIM
- w2_sim_setup(argc, argv);
+ w2_sim_setup();
#endif
w2_setup_main();