diff options
author | Christian Pointner <equinox@spreadspace.org> | 2016-06-03 02:52:39 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2016-06-03 02:52:39 +0200 |
commit | 735ba437336563e10ea8326f6f63b81593463a26 (patch) | |
tree | aef930715a13f5036ba62cfb153b14c7fb5127d6 /usb-pjon/Makefile | |
parent | fastled now works on mimimus32 (diff) |
updated to PJON 3.0 Release
Diffstat (limited to 'usb-pjon/Makefile')
-rw-r--r-- | usb-pjon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usb-pjon/Makefile b/usb-pjon/Makefile index bc7347b..76e4831 100644 --- a/usb-pjon/Makefile +++ b/usb-pjon/Makefile @@ -28,7 +28,7 @@ CXX_LIBS := arduino-stub EXTERNAL_LIBS := lufa pjon SPREADAVR_PATH := .. -PJON_PATH := $(SPREADAVR_PATH)/contrib/PJON +PJON_PATH := $(SPREADAVR_PATH)/contrib/PJON-3.0 PJON_OPTS := LUFA_PATH := $(SPREADAVR_PATH)/contrib/lufa-LUFA-151115 |