Fix typo in ble_adv example

Merges https://github.com/espressif/esp-idf/pull/1049
pull/1128/head
Josh Leverette 2017-09-28 22:56:08 -04:00 zatwierdzone przez Angus Gratton
rodzic d98934d56b
commit 880821fe9e
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -245,7 +245,7 @@ void app_main()
/*
* If call mem release here, also work. Input ESP_BT_MODE_CLASSIC_BT, the function will
* release the memory of classic bt mdoe.
* release the memory of classic bt mode.
* esp_bt_controller_mem_release(ESP_BT_MODE_CLASSIC_BT);
*
*/