1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-31 17:31:18 +01:00
René Kijewski 9e3830a72b core: only store the stack size for DEVELHELP
`tcp_t::stack_size` is only examined by the shell command `ps` and
`DEBUG_PRINT`. For the latter one only if `DEVELHELP` was enabled.

This PR guards the member `tcp_t::stack_size` in `#ifdef DEVELHELP`.
Only if DEVELHELP was activated its value get printed by `ps`.

Closes #1287.
2014-08-02 00:35:41 +02:00
..
2014-05-15 10:52:34 +02:00
2014-05-15 10:52:34 +02:00
2014-07-29 18:17:48 +02:00
2014-07-29 18:17:48 +02:00
2014-05-13 08:31:05 +02:00
2014-05-13 08:33:36 +02:00
2014-07-30 21:10:22 +02:00
2014-07-30 21:10:22 +02:00