From a57ce1f04631618cd9b890690ccf2afec4477deb Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Thu, 9 Jul 2015 19:41:18 +0200 Subject: [PATCH] Configtool: add nanoheart configuration to protected files list. This was forgotten when adding this configuration. --- configtool/protectedfiles.py | 1 + 1 file changed, 1 insertion(+) diff --git a/configtool/protectedfiles.py b/configtool/protectedfiles.py index 2e1efbf..c0fc52d 100644 --- a/configtool/protectedfiles.py +++ b/configtool/protectedfiles.py @@ -5,6 +5,7 @@ protectedFiles = [ "board.gen6.h", "board.gen7-v1.1-v1.3.h", "board.gen7-v1.4.h", + "board.nanoheart-v1.0.h", "board.ramps-v1.2.h", "board.ramps-v1.3.h", "board.rumba.h",