Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
- Bufgix: Fixed util_tx_continuous compilation issue, by adding empty obj directory
- Bugfix: Fixed HAL compilation issue for CFG_SPI=ftdi, removed dependency on loragw_gpio in this case
  • Loading branch information
mcoracin committed May 13, 2015
1 parent ee26db0 commit 7c02f48
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0
3.0.1
4 changes: 4 additions & 0 deletions libloragw/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,11 @@ obj/loragw_gps.o: src/loragw_gps.c inc/loragw_gps.h inc/config.h

### static library

ifeq ($(CFG_SPI),native)
libloragw.a: obj/loragw_hal.o obj/loragw_gps.o obj/loragw_reg.o obj/loragw_spi.o obj/loragw_aux.o obj/loragw_gpio.o
else ifeq ($(CFG_SPI),ftdi)
libloragw.a: obj/loragw_hal.o obj/loragw_gps.o obj/loragw_reg.o obj/loragw_spi.o obj/loragw_aux.o
endif
$(AR) rcs $@ $^

### test programs
Expand Down
Empty file added util_tx_continuous/obj/.gitkeep
Empty file.

0 comments on commit 7c02f48

Please sign in to comment.