Skip to content
Snippets Groups Projects
Commit 2fd324a5 authored by Travis Griggs's avatar Travis Griggs
Browse files

correct print_stack macro

parent f0d00098
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment