Fix typo in ble_adv example

Merges https://github.com/espressif/esp-idf/pull/1049
This commit is contained in:
Josh Leverette 2017-09-28 22:56:08 -04:00 committed by Angus Gratton
parent d98934d56b
commit 880821fe9e

View file

@ -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);
*
*/