From e1510c810a9169e2aa6661e95c8306cf995ad6cd Mon Sep 17 00:00:00 2001 From: arighi Date: Tue, 25 May 2010 16:04:35 +0000 Subject: [PATCH] arduino: give a name to the empty preset. In this way the wizard can show the name "empty preset", like any other empty preset template. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3830 38d2e660-2303-0410-9eaa-f027e97ec537 --- boards/arduino/templates/empty/.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/arduino/templates/empty/.spec b/boards/arduino/templates/empty/.spec index e69de29b..72d0a622 100644 --- a/boards/arduino/templates/empty/.spec +++ b/boards/arduino/templates/empty/.spec @@ -0,0 +1 @@ +name = 'empty preset' -- 2.25.1