Complete STACK_CHECKER_EXTENSION. Fixes #2889

This commit is contained in:
Stavros Passas
2017-01-30 10:24:57 +00:00
committed by Sebastian Huber
parent 180107e971
commit 575c2e21e2

View File

@@ -128,6 +128,7 @@ void rtems_stack_checker_switch_extension(
0, /* task_begin */ \
0, /* task_exitted */ \
0 /* rtems_stack_checker_fatal_extension */, /* fatal */ \
0, /* terminate */ \
}
#ifdef __cplusplus