1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #7668 from travisgriggs/core_print_stack_macro

correct print_stack macro
This commit is contained in:
Martine Lenders 2017-10-04 17:04:46 +02:00 committed by GitHub
commit f3ee6dc033

View File

@ -35,7 +35,7 @@
*/ */
#ifdef COREIF_NG #ifdef COREIF_NG
#define thread_stack_init thread_arch_stack_init #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 cpu_switch_context_exit thread_arch_start_threading
#define thread_yield_higher thread_arch_yield #define thread_yield_higher thread_arch_yield
#endif #endif