]> granicus.if.org Git - esp-idf/commitdiff
bt: Fix typo ESP_BT_MODE_ILDE
authorAngus Gratton <angus@espressif.com>
Wed, 22 Mar 2017 06:41:44 +0000 (14:41 +0800)
committerAngus Gratton <angus@espressif.com>
Wed, 22 Mar 2017 06:41:44 +0000 (14:41 +0800)
Closes #450 https://github.com/espressif/esp-idf/issues/450

components/bt/include/bt.h

index 2c652466bd590fa2436bce46a4ff66c99e1b9c6b..e3bd7f0840be5910cb9c73d0d7465d29171b36c6 100644 (file)
@@ -27,7 +27,7 @@ extern "C" {
  * @brief Bluetooth mode for controller enable/disable
  */
 typedef enum {
-    ESP_BT_MODE_ILDE       = 0x00,   /*!< Bluetooth is not run */
+    ESP_BT_MODE_IDLE       = 0x00,   /*!< Bluetooth is not running */
     ESP_BT_MODE_BLE        = 0x01,   /*!< Run BLE mode */
     ESP_BT_MODE_CLASSIC_BT = 0x02,   /*!< Run Classic BT mode */
     ESP_BT_MODE_BTDM       = 0x03,   /*!< Run dual mode */