File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,19 +13,19 @@ all: $(LR1110_DIR)/wifi_helpers.c $(LR1110_DIR)/smtc_modem.c $(LR1110_DIR)/radio
13
13
# in the seeed library.
14
14
$(LR1110_DIR)/wifi_helpers.c: $(SEEED_DIR)/smtc_hal/smtc_modem_hal.c
15
15
cp $(LR1110_DIR)/seeed/geolocation_middleware/wifi/src/wifi_helpers.c $(LR1110_DIR)/wifi_helpers.c
16
- cd $(LR1110_DIR); patch -p1 < ../wifi_helpers.patch
16
+ cd $(LR1110_DIR); patch -p0 < ../wifi_helpers.patch
17
17
18
18
# Apply patch to smtc_modem.c and use that version instead of what is provided
19
19
# in the seeed library.
20
20
$(LR1110_DIR)/smtc_modem.c: $(SEEED_DIR)/smtc_hal/smtc_modem_hal.c
21
21
cp $(LR1110_DIR)/seeed/lora_basics_modem/smtc_modem_core/modem_core/smtc_modem.c $(LR1110_DIR)/smtc_modem.c
22
- cd $(LR1110_DIR); patch -p1 < ../smtc_modem.patch
22
+ cd $(LR1110_DIR); patch -p0 < ../smtc_modem.patch
23
23
24
24
# Apply patch to radio_planner.c and use that version instead of what is provided
25
25
# in the seeed library.
26
26
$(LR1110_DIR)/radio_planner.c: $(SEEED_DIR)/smtc_hal/smtc_modem_hal.c
27
27
cp $(LR1110_DIR)/seeed/lora_basics_modem/smtc_modem_core/radio_planner/src/radio_planner.c $(LR1110_DIR)/radio_planner.c
28
- cd $(LR1110_DIR); patch -p1 < ../radio_planner.patch
28
+ cd $(LR1110_DIR); patch -p0 < ../radio_planner.patch
29
29
30
30
$(SEEED_DIR)/smtc_hal/smtc_modem_hal.c:
31
31
curl -L --output $(ZIP_FILE) "https://codeload.github.com/Seeed-Studio/Seeed_Wio_WM1110_Dev_Board/zip/$(VERSION_HASH)"
You can’t perform that action at this time.
0 commit comments