From e023f0058dcb36075f3a51072593aeff334eff3c Mon Sep 17 00:00:00 2001 From: gdisirio Date: Thu, 11 Dec 2014 15:44:16 +0000 Subject: Incorporated main and idle threads data areas into the ch_system structure, moved around some definitions in order to allow this. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7572 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- test/rt/testbmk.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'test/rt') diff --git a/test/rt/testbmk.c b/test/rt/testbmk.c index 461dbc76b..4464b65f3 100644 --- a/test/rt/testbmk.c +++ b/test/rt/testbmk.c @@ -644,11 +644,7 @@ ROMCONST struct testcase testbmk12 = { static void bmk13_execute(void) { test_print("--- System: "); - test_printn(sizeof(ready_list_t) + sizeof(virtual_timers_list_t) + - PORT_IDLE_THREAD_STACK_SIZE + - (sizeof(thread_t) + sizeof(struct port_intctx) + - sizeof(struct port_extctx) + - PORT_INT_REQUIRED_STACK) * 2); + test_printn(sizeof(ch_system_t)); test_println(" bytes"); test_print("--- Thread: "); test_printn(sizeof(thread_t)); -- cgit v1.2.3