diff --git a/examples/testusbhostFAT/Makefile b/examples/testusbhostFAT/Makefile index a359e2d8..e656d44f 100755 --- a/examples/testusbhostFAT/Makefile +++ b/examples/testusbhostFAT/Makefile @@ -34,9 +34,9 @@ EXTRA_FLAGS += -D DISABLE_SERIAL3 # The following are the libraries used. LIB_DIRS = -LIB_DIRS += ../libraries/xmem -LIB_DIRS += ../libraries/USB_Host_Shield_2.0 -LIB_DIRS += ../libraries/generic_storage +LIB_DIRS += ../../ +LIB_DIRS += xmem2 +LIB_DIRS += generic_storage # And finally, the part that brings everything together for you. include ../Arduino_Makefile_master/_Makefile.master