diff --git a/examples/testusbhostFAT/Makefile b/examples/testusbhostFAT/Makefile index b2a06045..47cc738b 100755 --- a/examples/testusbhostFAT/Makefile +++ b/examples/testusbhostFAT/Makefile @@ -35,8 +35,8 @@ EXTRA_FLAGS += -D DISABLE_SERIAL3 # The following are the libraries used. LIB_DIRS = LIB_DIRS += ../../ -LIB_DIRS += xmem2 -LIB_DIRS += generic_storage +LIB_DIRS += ../testusbhostFAT/xmem2 +LIB_DIRS += ../testusbhostFAT/generic_storage # And finally, the part that brings everything together for you. include Arduino_Makefile_master/_Makefile.master diff --git a/examples/testusbhostFAT/generic_storage b/examples/testusbhostFAT/generic_storage index b87902bf..071b65b9 160000 --- a/examples/testusbhostFAT/generic_storage +++ b/examples/testusbhostFAT/generic_storage @@ -1 +1 @@ -Subproject commit b87902bf7a0934b62f43c2176fb11ea318da8629 +Subproject commit 071b65b923b2656bb1e1b622de5272b4ed9a4996 diff --git a/examples/testusbhostFAT/xmem2 b/examples/testusbhostFAT/xmem2 index b2adf124..8bcf5f90 160000 --- a/examples/testusbhostFAT/xmem2 +++ b/examples/testusbhostFAT/xmem2 @@ -1 +1 @@ -Subproject commit b2adf12413e93de01334efeed0e5d46a73eb17ae +Subproject commit 8bcf5f90f8bd967378b6eeebd7fd943f125fbc18