Skip to content

Commit

Permalink
Fixing minimal-net for Cygwin.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Kovatsch committed Jun 6, 2013
1 parent 1418dd7 commit 58dd33b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions platform/minimal-net/contiki-main.c
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,11 @@ main(void)
serial_line_input_byte(c);
}
}
#ifdef __CYGWIN__
process_poll(&wpcap_process);
#else
process_poll(&tapdev_process);
#endif
etimer_request_poll();
}

Expand Down

0 comments on commit 58dd33b

Please sign in to comment.