diff options
author | Richard Braun <rbraun@sceen.net> | 2018-01-07 00:35:46 +0100 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2018-01-07 00:35:46 +0100 |
commit | 2396ae7dc601c9159ce1a86274133a7f90bf3aca (patch) | |
tree | d352cb9978e4c43693972235cb4c1a9dd8c5ebe9 /test/test_mutex.c | |
parent | a97a2bc6f1c24851ef19600a7bd15b211137abfe (diff) |
kern/Kconfig: new MUTEX_DEBUG option
Diffstat (limited to 'test/test_mutex.c')
-rw-r--r-- | test/test_mutex.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/test_mutex.c b/test/test_mutex.c index d5cc5d13..029e2fee 100644 --- a/test/test_mutex.c +++ b/test/test_mutex.c @@ -178,7 +178,4 @@ test_setup(void) timer_init(&test_timer, test_report_syscnt, TIMER_DETACHED); time = clock_get_time() + clock_ticks_from_ms(TEST_REPORT_INTERVAL); timer_schedule(&test_timer, time); - - log_info("test: enable mutex debugging for the selected implementation"); - log_info("test: and check the relevant system counters"); } |