From 4f516ec9cd216f39f75a879b2fae2e15993a76f8 Mon Sep 17 00:00:00 2001 From: Martine Lenders Date: Thu, 29 Jun 2017 10:29:13 +0200 Subject: [PATCH] examples: fix name of saul application --- examples/saul/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/saul/Makefile b/examples/saul/Makefile index 1110a944d6..be2b858d81 100644 --- a/examples/saul/Makefile +++ b/examples/saul/Makefile @@ -1,5 +1,5 @@ # name of your application -APPLICATION = default +APPLICATION = saul # If no BOARD is found in the environment, use this default: BOARD ?= native