Skip to content

Commit

Permalink
ESP-IDF update
Browse files Browse the repository at this point in the history
Up to espressif/esp-idf@d2bd9cc

To pick up a fix for espressif/esp-idf#1361

PUBLISHED_FROM=b99f2e52404ceb98d4e2ebea036a2b56026c6d2a
  • Loading branch information
Deomid Ryabkov authored and cesantabot committed Dec 13, 2017
1 parent 0924171 commit 4552336
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/esp32/esp32_bt.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
#include <stdio.h>
#include <stdlib.h>

#include "bt.h"
#include "bta_api.h"
#include "esp_bt.h"
#include "esp_bt_defs.h"
#include "esp_bt_main.h"
#include "esp_gap_ble_api.h"
Expand Down
2 changes: 1 addition & 1 deletion src/esp32/esp32_bt_gap.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
#include <stdio.h>
#include <stdlib.h>

#include "bt.h"
#include "bta_api.h"
#include "esp_bt.h"
#include "esp_bt_defs.h"
#include "esp_gap_ble_api.h"

Expand Down
2 changes: 1 addition & 1 deletion src/esp32/esp32_bt_gattc.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
#include <stdio.h>
#include <stdlib.h>

#include "bt.h"
#include "bta_api.h"
#include "esp_bt.h"
#include "esp_bt_defs.h"
#include "esp_gap_ble_api.h"
#include "esp_gatt_common_api.h"
Expand Down
2 changes: 1 addition & 1 deletion src/esp32/esp32_bt_gatts.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
#include <stdio.h>
#include <stdlib.h>

#include "bt.h"
#include "bta_api.h"
#include "esp_bt.h"
#include "esp_bt_defs.h"
#include "esp_gap_ble_api.h"
#include "esp_gatt_common_api.h"
Expand Down

0 comments on commit 4552336

Please sign in to comment.