Skip to content

Commit

Permalink
wifi_sim.c:fix compile warning
Browse files Browse the repository at this point in the history
Signed-off-by: wangchen <[email protected]>
  • Loading branch information
wangchen61698 authored and xiaoxiang781216 committed Aug 20, 2024
1 parent 3c48973 commit a18aebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wifi_sim.c
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@ static int wifidriver_get_sensitivity(FAR struct wifi_sim_s *wifidev,
pwrq->u.sens.value = -wifidev->connected_ap->RSSI;
}

ninfo("get rssi is %d\n", pwrq->u.sens.value);
ninfo("get rssi is %" PRId32 "\n", pwrq->u.sens.value);
}
break;

Expand Down

0 comments on commit a18aebc

Please sign in to comment.