File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
CFLAGS+ =-Og -Wpointer-arith -Wno-error=unused-function -Wno-error=unused-but-set-variable \
8
8
-Wno-error=unused-variable -Wall -ffunction-sections -fdata-sections -mlongcalls -nostdlib \
9
9
-MMD -MP -std=gnu99 -fstrict-volatile-bitfields -fgnu89-inline -mfix-esp32-psram-cache-issue
10
- SOURCES += targets/esp32/jshardware.c
11
- SOURCES += targets/esp32/esp32_neopixel.c
10
+ SOURCES += targets/esp32/jshardware.c \
11
+ targets/esp32/jshardwareESP32.c \
12
+ targets/esp32/esp32_neopixel.c
12
13
INCLUDE += -I$(ROOT ) /targets/esp32
13
14
14
15
ifndef ESP_IDF_PATH
@@ -135,8 +136,7 @@ SOURCES+= targets/esp32/bluetooth.c \
135
136
targets/esp32/BLE/esp32_bluetooth_utils.c \
136
137
targets/esp32/BLE/esp32_gap_func.c \
137
138
targets/esp32/BLE/esp32_gatts_func.c \
138
- targets/esp32/BLE/esp32_gattc_func.c \
139
- targets/esp32/jshardwareESP32.c
139
+ targets/esp32/BLE/esp32_gattc_func.c
140
140
INCLUDE+ = -I$(ESP_IDF_PATH ) /components/bt/bluedroid/include \
141
141
-I$(ESP_IDF_PATH ) /components/bt/bluedroid/api/include \
142
142
-I$(ESP_IDF_PATH ) /components/bt/bluedroid/bta/include \
You can’t perform that action at this time.
0 commit comments