From 77928ea54fb7aad8b01dc6a7e73dc18b1f67b7c0 Mon Sep 17 00:00:00 2001 From: Karl Fessel Date: Mon, 28 Feb 2022 21:58:25 +0100 Subject: [PATCH] example/arduino_hello-wold: add building BOARD default --- examples/arduino_hello-world/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/arduino_hello-world/Makefile b/examples/arduino_hello-world/Makefile index aa567852c1..8371f1e119 100644 --- a/examples/arduino_hello-world/Makefile +++ b/examples/arduino_hello-world/Makefile @@ -1,3 +1,5 @@ +BOARD ?= arduino-zero + # name of your application APPLICATION = arduino_hello-world