Skip to content

Commit

Permalink
removed rpi network support
Browse files Browse the repository at this point in the history
  • Loading branch information
nesbox committed Aug 6, 2023
1 parent d341181 commit 0eab59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/studio/net.c
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ void tic_net_end(tic_net *net)
}
}

#elif
#else

tic_net* tic_net_create(const char* host) {return NULL;}
void tic_net_get(tic_net* net, const char* url, net_get_callback callback, void* calldata) {}
Expand Down

0 comments on commit 0eab59a

Please sign in to comment.