1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

correct print_stack macro

This commit is contained in:
Travis Griggs 2017-10-03 14:39:25 -07:00
parent f0d0009820
commit 2fd324a52f

View File

@ -35,7 +35,7 @@
*/
#ifdef COREIF_NG
#define thread_stack_init thread_arch_stack_init
#define thread_print_stack thread_arch_print_stack
#define thread_print_stack thread_arch_stack_print
#define cpu_switch_context_exit thread_arch_start_threading
#define thread_yield_higher thread_arch_yield
#endif