From bf5aa419447214c74da3a56a1d3734934cefec73 Mon Sep 17 00:00:00 2001 From: arighi Date: Fri, 21 May 2010 16:54:43 +0000 Subject: [PATCH] arduino: disable kernel preemption in "empty" preset. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3787 38d2e660-2303-0410-9eaa-f027e97ec537 --- boards/arduino/templates/empty/cfg/cfg_proc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/arduino/templates/empty/cfg/cfg_proc.h b/boards/arduino/templates/empty/cfg/cfg_proc.h index ef228257..dfa7ece0 100644 --- a/boards/arduino/templates/empty/cfg/cfg_proc.h +++ b/boards/arduino/templates/empty/cfg/cfg_proc.h @@ -58,7 +58,7 @@ * $WIZ$ type = "boolean" * $WIZ$ conditional_deps = "timer" */ -#define CONFIG_KERN_PREEMPT 1 +#define CONFIG_KERN_PREEMPT 0 /** * Time sharing quantum (a prime number prevents interference effects) [ms]. -- 2.25.1