Skip to content

Commit

Permalink
Merge branch 'bugfix/modify_bt_h' into 'master'
Browse files Browse the repository at this point in the history
component/bt : change header file name bt.h to esp_bt.h in new bluetooth example

See merge request !1703
  • Loading branch information
igrr committed Dec 25, 2017
2 parents c488235 + 6220723 commit 5401a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/bluetooth/bt_discovery/main/bt_discovery.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include "nvs_flash.h"
#include "esp_system.h"
#include "esp_log.h"
#include "bt.h"
#include "esp_bt.h"
#include "esp_bt_main.h"
#include "esp_bt_device.h"
#include "esp_gap_bt_api.h"
Expand Down

0 comments on commit 5401a75

Please sign in to comment.