[AVR] Zeroed time quantum

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9284 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Fabio Utzig 2016-04-16 03:19:53 +00:00
parent 81543345de
commit de50e8fae5
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@
* @note Disabling the round robin preemption makes the kernel more compact
* and generally faster.
*/
#define CH_CFG_TIME_QUANTUM 20
#define CH_CFG_TIME_QUANTUM 0
/**
* @brief Managed RAM size.