mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Added the master makefile as a submodule as well
This commit is contained in:
parent
f69278c2b9
commit
fb28094a30
3 changed files with 5 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -4,3 +4,6 @@
|
||||||
[submodule "examples/testusbhostFAT/xmem2"]
|
[submodule "examples/testusbhostFAT/xmem2"]
|
||||||
path = examples/testusbhostFAT/xmem2
|
path = examples/testusbhostFAT/xmem2
|
||||||
url = https://github.com/xxxajk/xmem2
|
url = https://github.com/xxxajk/xmem2
|
||||||
|
[submodule "examples/testusbhostFAT/Arduino_Makefile_master"]
|
||||||
|
path = examples/testusbhostFAT/Arduino_Makefile_master
|
||||||
|
url = https://github.com/xxxajk/Arduino_Makefile_master
|
||||||
|
|
1
examples/testusbhostFAT/Arduino_Makefile_master
Submodule
1
examples/testusbhostFAT/Arduino_Makefile_master
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit f379bae02aa3d9c3da558ba2041558b88db95bbb
|
|
@ -39,4 +39,4 @@ LIB_DIRS += xmem2
|
||||||
LIB_DIRS += 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