mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Fix typo in comment
This is a minor fix (moudule -> module) Merges https://github.com/espressif/esp-idf/pull/555
This commit is contained in:
parent
4dad7ab621
commit
3d6da958d3
@ -404,7 +404,7 @@ void ble_client_appRegister(void)
|
||||
|
||||
ESP_LOGI(GATTC_TAG, "register callback");
|
||||
|
||||
//register the scan callback function to the gap moudule
|
||||
//register the scan callback function to the gap module
|
||||
if ((status = esp_ble_gap_register_callback(esp_gap_cb)) != ESP_OK) {
|
||||
ESP_LOGE(GATTC_TAG, "gap register error, error code = %x", status);
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user