Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sakumisu committed Aug 30, 2023
1 parent 7c1fae0 commit 0f2cb9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class/wireless/usbd_rndis.c
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ static int rndis_set_cmd_handler(uint8_t *data, uint32_t len)

static int rndis_reset_cmd_handler(uint8_t *data, uint32_t len)
{
rndis_reset_msg_t *cmd = (rndis_reset_msg_t *)data;
// rndis_reset_msg_t *cmd = (rndis_reset_msg_t *)data;
rndis_reset_cmplt_t *resp;

resp = ((rndis_reset_cmplt_t *)rndis_encapsulated_resp_buffer);
Expand Down

0 comments on commit 0f2cb9f

Please sign in to comment.