circuitpython/windows/main.c

5 lines
75 B
C
Raw Normal View History

2014-01-27 16:53:28 -05:00
#include "../unix/main.c"
void rawsocket_init() {
// Do nothing here
}