From a3786ea7424d96041d5174860cce9c63e1085fab Mon Sep 17 00:00:00 2001 From: asterix Date: Thu, 20 May 2010 17:19:27 +0000 Subject: [PATCH] Set none programmer type. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3767 38d2e660-2303-0410-9eaa-f027e97ec537 --- boards/ek-lm3s1968/examples/gps/gps_user.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/ek-lm3s1968/examples/gps/gps_user.mk b/boards/ek-lm3s1968/examples/gps/gps_user.mk index 19c38190..e605afb6 100644 --- a/boards/ek-lm3s1968/examples/gps/gps_user.mk +++ b/boards/ek-lm3s1968/examples/gps/gps_user.mk @@ -9,7 +9,7 @@ # # Programmer interface configuration, see http://dev.bertos.org/wiki/ProgrammerInterface for help -gps_PROGRAMMER_TYPE = luminary +gps_PROGRAMMER_TYPE = none gps_PROGRAMMER_PORT = none # Files included by the user. -- 2.25.1