diff options
Diffstat (limited to 'demos/STM32/NIL-STM32F051-DISCOVERY/chconf.h')
-rw-r--r-- | demos/STM32/NIL-STM32F051-DISCOVERY/chconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/STM32/NIL-STM32F051-DISCOVERY/chconf.h b/demos/STM32/NIL-STM32F051-DISCOVERY/chconf.h index ecf98ad30..0304f2e61 100644 --- a/demos/STM32/NIL-STM32F051-DISCOVERY/chconf.h +++ b/demos/STM32/NIL-STM32F051-DISCOVERY/chconf.h @@ -42,7 +42,7 @@ * @note This number is not inclusive of the idle thread which is
* Implicitly handled.
*/
-#define CH_CFG_NUM_THREADS 3
+#define CH_CFG_NUM_THREADS 4
/** @} */
|