Skip to content

Commit

Permalink
Node unix socket server test
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoaguilar committed Apr 28, 2015
1 parent 88d8ca6 commit df2aac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion factory.c/factory.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ int main(int argc, char const *argv[])
{

/* int DELAY_FOR_PIC = atoi(argv[1]);
int DELAY_FOR_ROBOT = atoi(argv[2]);
int DELAY_FOR_ROBOT = atoi(argv[2]);./
int x = atoi(argv[3]);
int y = atoi(argv[4]);
int width = atoi(argv[5]);
Expand Down

0 comments on commit df2aac5

Please sign in to comment.