mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #397 from thomaseichinger/kernel_conf_stacksize_printf
enforce KERNEL_CONF_STACKSIZE_PRINTF in kernel.h
This commit is contained in:
commit
d861df5a32
@ -54,6 +54,15 @@
|
|||||||
#error KERNEL_CONF_STACKSIZE_IDLE must be defined per CPU
|
#error KERNEL_CONF_STACKSIZE_IDLE must be defined per CPU
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @def KERNEL_CONF_STACKSIZE_PRINTF
|
||||||
|
* @ingroup conf
|
||||||
|
* @brief Size of the task's printf stack in bytes
|
||||||
|
*/
|
||||||
|
#ifndef KERNEL_CONF_STACKSIZE_PRINTF
|
||||||
|
#error KERNEL_CONF_STACKSIZE_PRINTF must be defined per CPU
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @def KERNEL_CONF_STACKSIZE_MAIN
|
* @def KERNEL_CONF_STACKSIZE_MAIN
|
||||||
* @ingroup conf
|
* @ingroup conf
|
||||||
|
Loading…
Reference in New Issue
Block a user