mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-14 12:25:24 +00:00
fix warnings p2
This commit is contained in:
@ -2551,7 +2551,6 @@ int http_fn_cfg_pins(http_request_t* request) {
|
||||
// But on Beken chips, only certain pins can be PWM
|
||||
int bCanThisPINbePWM;
|
||||
int si, ch, ch2;
|
||||
int j;
|
||||
const char* alias;
|
||||
|
||||
si = PIN_GetPinRoleForPinIndex(i);
|
||||
|
||||
@ -88,7 +88,6 @@ void HTTPServer_RunQuickTick() {
|
||||
int recvbuflen = DEFAULT_BUFLEN;
|
||||
SOCKET ClientSocket = INVALID_SOCKET;
|
||||
int len, iSendResult;
|
||||
int argp;
|
||||
|
||||
// Accept a client socket
|
||||
ClientSocket = accept(ListenSocket, NULL, NULL);
|
||||
|
||||
Reference in New Issue
Block a user