esp_wifi.h typo

typo in esp_wifi_scan_get_ap_num comment
APIs -> APs
This commit is contained in:
CC 2023-10-04 17:49:52 +08:00 committed by liuning
parent 870d2cac32
commit 9c479e6589

View File

@ -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.
*