mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-09 13:25:38 +00:00
misc fixes, snprintf, cmd gen
This commit is contained in:
@ -918,7 +918,6 @@ static int http_rest_post_pins(http_request_t* request) {
|
||||
os_free(p);
|
||||
os_free(t);
|
||||
return http_rest_error(request, 200, "OK");
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int http_rest_error(http_request_t* request, int code, char* msg) {
|
||||
|
||||
Reference in New Issue
Block a user