Add new component for http client

This commit is contained in:
2026-03-28 12:46:26 -04:00
parent 7d3d1de277
commit 7ba6ab56e7
3 changed files with 10 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#include <stdio.h>
#include "http_client.h"
void func(void)
{
}