summaryrefslogtreecommitdiff
path: root/serial-pjon/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2016-06-03 02:52:39 +0200
committerChristian Pointner <equinox@spreadspace.org>2016-06-03 02:52:39 +0200
commit735ba437336563e10ea8326f6f63b81593463a26 (patch)
treeaef930715a13f5036ba62cfb153b14c7fb5127d6 /serial-pjon/Makefile
parentfastled now works on mimimus32 (diff)
updated to PJON 3.0 Release
Diffstat (limited to 'serial-pjon/Makefile')
-rw-r--r--serial-pjon/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/serial-pjon/Makefile b/serial-pjon/Makefile
index e1d44a2..be3dd35 100644
--- a/serial-pjon/Makefile
+++ b/serial-pjon/Makefile
@@ -28,7 +28,7 @@ CXX_LIBS := arduino-stub
EXTERNAL_LIBS := pjon
SPREADAVR_PATH := ..
-PJON_PATH := $(SPREADAVR_PATH)/contrib/PJON
+PJON_PATH := $(SPREADAVR_PATH)/contrib/PJON-3.0
PJON_OPTS :=
include $(SPREADAVR_PATH)/include.mk