8000 Merge pull request #10 from Nargott/patch-1 · mwerschy/esp32-snippets@2e1e098 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2e1e098

Browse files
authored
Merge pull request nkolban#10 from Nargott/patch-1
Update c_includes.xml
2 parents a009371 + 2abc4bf commit 2e1e098

File tree

1 file changed

+12
-26
lines changed

1 file changed

+12
-26
lines changed

eclipse/c_includes.xml

Lines changed: 12 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,18 @@
1818
<includepath>${IDF_PATH}/components/bt/bluedroid/hci/include</includepath>
1919
<includepath>${IDF_PATH}/components/bt/bluedroid/osi/include</includepath>
2020
<includepath>${IDF_PATH}/components/bt/bluedroid/btc/profile/esp/blufi/include</includepath>
21-
<includepath>${IDF_PATH}/components/bt/bluedroid//btc/profile/esp/include</includepath>
21+
<includepath>${IDF_PATH}/components/bt/bluedroid/btc/profile/esp/include</includepath>
2222
<includepath>${IDF_PATH}/components/bt/bluedroid/btc/profile/std/sdp/include</includepath>
2323
<includepath>${IDF_PATH}/components/bt/bluedroid/btc/profile/std/include</includepath>
24-
<includepath>${IDF_PATH}/components/bt/bluedroid/stack/gap/include</includepath>
25-
<includepath>${IDF_PATH}/components/bt/bluedroid/stack/gatt/include</includepath>
24+
<includepath>${IDF_PATH}/components/bt/bluedroid/stack/include</includepath>
2625
<includepath>${IDF_PATH}/components/bt/bluedroid/stack/l2cap/include</includepath>
2726
<includepath>${IDF_PATH}/components/bt/bluedroid/stack/sdp/include</includepath>
2827
<includepath>${IDF_PATH}/components/bt/bluedroid/stack/smp/include</includepath>
2928
<includepath>${IDF_PATH}/components/bt/bluedroid/stack/include</includepath>
3029
<includepath>${IDF_PATH}/components/bt/bluedroid/api/include</includepath>
31-
<includepath>${IDF_PATH}/components/bt/bluedroid/btc/core/include</includepath>
32-
<includepath>${IDF_PATH}/components/bt/bluedroid/btc/profile/std/gatt/include</includepath>
33-
<includepath>${IDF_PATH}/components/bt/bluedroid/btc/profile/std/gap/include</includepath>
34-
<includepath>${IDF_PATH}/components/bt/bluedroid/stack/btm/include</includepath>
35-
<includepath>${IDF_PATH}/components/bt/bluedroid/stack/btu/include</includepath>
36-
<includepath>${IDF_PATH}/components/bt/bluedroid/stack/hcic/include</includepath>
30+
<includepath>${IDF_PATH}/components/bt/bluedroid/btc/include</includepath>
31+
<includepath>${IDF_PATH}/components/bt/bluedroid/btc/profile/std/include</includepath>
32+
<includepath>${IDF_PATH}/components/bt/bluedroid/stack/include</includepath>
3733
<includepath>${IDF_PATH}/components/mdns/include</includepath>
3834

3935
</language>
@@ -62,22 +58,16 @@
6258
<includepath>${IDF_PATH}/components/bt/bluedroid/hci/include</includepath>
6359
<includepath>${IDF_PATH}/components/bt/bluedroid/osi/include</includepath>
6460
<includepath>${IDF_PATH}/components/bt/bluedroid/btc/profile/esp/blufi/include</includepath>
65-
<includepath>${IDF_PATH}/components/bt/bluedroid//btc/profile/esp/include</includepath>
61+
<includepath>${IDF_PATH}/components/bt/bluedroid/btc/profile/esp/include</includepath>
6662
<includepath>${IDF_PATH}/components/bt/bluedroid/btc/profile/std/sdp/include</includepath>
6763
<includepath>${IDF_PATH}/components/bt/bluedroid/btc/profile/std/include</includepath>
68-
<includepath>${IDF_PATH}/components/bt/bluedroid/stack/gap/include</includepath>
69-
<includepath>${IDF_PATH}/components/bt/bluedroid/stack/gatt/include</includepath>
64+
<includepath>${IDF_PATH}/components/bt/bluedroid/stack/include</includepath>
7065
<includepath>${IDF_PATH}/components/bt/bluedroid/stack/l2cap/include</includepath>
7166
<includepath>${IDF_PATH}/components/bt/bluedroid/stack/sdp/include</includepath>
7267
<includepath>${IDF_PATH}/components/bt/bluedroid/stack/smp/include</includepath>
7368
<includepath>${IDF_PATH}/components/bt/bluedroid/api/include</includepath>
7469
<includepath>${IDF_PATH}/components/bt/bluedroid/stack/include</includepath>
75-
<includepath>${IDF_PATH}/components/bt/bluedroid/btc/core/include</includepath>
76-
<includepath>${IDF_PATH}/components/bt/bluedroid/btc/profile/std/gatt/include</includepath>
77-
<includepath>${IDF_PATH}/components/bt/bluedroid/btc/profile/std/gap/include</includepath>
78-
<includepath>${IDF_PATH}/components/bt/bluedroid/stack/btm/include</includepath>
79-
<includepath>${IDF_PATH}/components/bt/bluedroid/stack/btu/include</includepath>
80-
<includepath>${IDF_PATH}/components/bt/bluedroid/stack/hcic/include</includepath>
70+
<includepath>${IDF_PATH}/components/bt/bluedroid/btc/include</includepath>
8171

8272
</language>
8373
<language name="GNU C">
@@ -106,21 +96,17 @@
10696
<includepath>${IDF_PATH}/components/bt/bluedroid/btc/profile/esp/include</includepath>
10797
<includepath>${IDF_PATH}/components/bt/bluedroid/btc/profile/std/sdp/include</includepath>
10898
<includepath>${IDF_PATH}/components/bt/bluedroid/btc/profile/std/include</includepath>
109-
<includepath>${IDF_PATH}/components/bt/bluedroid/stack/gap/include</includepath>
110-
<includepath>${IDF_PATH}/components/bt/bluedroid/stack/gatt/include</includepath>
99+
<includepath>${IDF_PATH}/components/bt/bluedroid/stack/include</includepath>
111100
<includepath>${IDF_PATH}/components/bt/bluedroid/stack/l2cap/include</includepath>
112101
<includepath>${IDF_PATH}/components/bt/bluedroid/stack/sdp/include</includepath>
113102
<includepath>${IDF_PATH}/components/bt/bluedroid/stack/smp/include</includepath>
114103
<includepath>${IDF_PATH}/components/bt/bluedroid/stack/include</includepath>
115104
<includepath>${IDF_PATH}/components/bt/bluedroid/api/include</includepath>
116105
<includepath>${IDF_PATH}/components/bt/bluedroid/include</includepath>
117106
<includepath>/opt/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/5.2.0/include</includepath>
118-
<includepath>${IDF_PATH}/components/bt/bluedroid/btc/core/include</includepath>
119-
<includepath>${IDF_PATH}/components/bt/bluedroid/btc/profile/std/gatt/include</includepath>
120-
<includepath>${IDF_PATH}/components/bt/bluedroid/btc/profile/std/gap/include</includepath>
121-
<includepath>${IDF_PATH}/components/bt/bluedroid/stack/btm/include</includepath>
122-
<includepath>${IDF_PATH}/components/bt/bluedroid/stack/btu/include</includepath>
123-
<includepath>${IDF_PATH}/components/bt/bluedroid/stack/hcic/include</includepath>
107+
<includepath>${IDF_PATH}/components/bt/bluedroid/btc/include</includepath>
108+
<includepath>${IDF_PATH}/components/bt/bluedroid/btc/profile/std/include</includepath>
109+
<includepath>${IDF_PATH}/components/bt/bluedroid/stack/include</includepath>
124110
<includepath>${IDF_PATH}/components/mdns/include</includepath>
125111

126112
</language>

0 commit comments

Comments
 (0)
0