gi, comments

This commit is contained in:
openshwprojects
2022-04-15 12:10:20 +02:00
parent d88881f56f
commit db603b1ae4
5 changed files with 28 additions and 51 deletions

View File

@ -28,7 +28,7 @@ static void tcp_client_thread( beken_thread_arg_t arg );
xTaskHandle g_http_thread = NULL;
void start_tcp_http()
void HTTPServer_Start()
{
OSStatus err = kNoErr;

View File

@ -1,2 +1,2 @@
void start_tcp_http();
void HTTPServer_Start();