Fix typo in comment

This is a minor fix (moudule -> module)

Merges https://github.com/espressif/esp-idf/pull/555
pull/288/merge
Guido García 2017-05-01 12:33:09 +02:00 zatwierdzone przez Angus Gratton
rodzic 4dad7ab621
commit 3d6da958d3
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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;