mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Fixed path to libraries
This commit is contained in:
parent
b528925d9e
commit
f69278c2b9
1 changed files with 3 additions and 3 deletions
|
@ -34,9 +34,9 @@ EXTRA_FLAGS += -D DISABLE_SERIAL3
|
||||||
|
|
||||||
# The following are the libraries used.
|
# The following are the libraries used.
|
||||||
LIB_DIRS =
|
LIB_DIRS =
|
||||||
LIB_DIRS += ../libraries/xmem
|
LIB_DIRS += ../../
|
||||||
LIB_DIRS += ../libraries/USB_Host_Shield_2.0
|
LIB_DIRS += xmem2
|
||||||
LIB_DIRS += ../libraries/generic_storage
|
LIB_DIRS += generic_storage
|
||||||
|
|
||||||
# And finally, the part that brings everything together for you.
|
# And finally, the part that brings everything together for you.
|
||||||
include ../Arduino_Makefile_master/_Makefile.master
|
include ../Arduino_Makefile_master/_Makefile.master
|
||||||
|
|
Loading…
Reference in a new issue