From 0187a3998a3792caef9bb58c6a92e859f676fdf8 Mon Sep 17 00:00:00 2001 From: igor Date: Mon, 24 Nov 2014 17:58:44 -0200 Subject: [PATCH] Pasm directory name fixed. --- pru_sw/example_apps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pru_sw/example_apps/Makefile b/pru_sw/example_apps/Makefile index 6d5991f..ae8df9c 100644 --- a/pru_sw/example_apps/Makefile +++ b/pru_sw/example_apps/Makefile @@ -5,7 +5,7 @@ LIBDIR_APP_LOADER?=../../app_loader/lib INCDIR_APP_LOADER?=../../app_loader/include BINDIR_APPLICATIONS?=../bin BINDIR_FW?=bin -PASM?=../utils/pasm_2 +PASM?=../utils/pasm all: loaders firmware