X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fsam3x-ek%2Fexamples%2Fsam3x-ek_codec%2Fcfg%2Fcfg_proc.h;fp=boards%2Fsam3x-ek%2Fexamples%2Fsam3x-ek_codec%2Fcfg%2Fcfg_proc.h;h=ecebfe4a76ef70d0c7b4a341236fb2692ce7739e;hb=d0dc4e0af83cca27a98bc37a7558a741a8a9d554;hp=fca6edef6abf100c97d7ffc8d86bbff7b8a2e1a3;hpb=dc8b18e95e85a37de42a2b5cc62dbdac3110a73f;p=bertos.git diff --git a/boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_proc.h b/boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_proc.h index fca6edef..ecebfe4a 100644 --- a/boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_proc.h +++ b/boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_proc.h @@ -43,7 +43,7 @@ * * $WIZ$ type = "autoenabled" */ -#define CONFIG_KERN 0 +#define CONFIG_KERN 1 /** * Kernel interrupt supervisor. WARNING: Experimental, still incomplete! @@ -72,7 +72,7 @@ * Priority-based scheduling policy. * $WIZ$ type = "boolean" */ -#define CONFIG_KERN_PRI 0 +#define CONFIG_KERN_PRI 1 /** * Priority-inheritance protocol.