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:
parent
f0d0009820
commit
2fd324a52f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user