Skip to content

Commit

Permalink
esp_wifi.h typo
Browse files Browse the repository at this point in the history
typo in esp_wifi_scan_get_ap_num comment
APIs -> APs
  • Loading branch information
alal authored Oct 4, 2023
1 parent 272b409 commit 8d95076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/esp_wifi/include/esp_wifi.h
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ esp_err_t esp_wifi_scan_stop(void);
/**
* @brief Get number of APs found in last scan
*
* @param[out] number store number of APIs found in last scan
* @param[out] number store number of APs found in last scan
*
* @attention This API can only be called when the scan is completed, otherwise it may get wrong value.
*
Expand Down

0 comments on commit 8d95076

Please sign in to comment.