TrampolineRTOS/trampoline

"tpl_debug.c" doesn't include "tpl_os_multicore_macros.h"

Closed this issue · 1 comments

The file "tpl_debug.c" makes use of the macro "GET_CURRENT_CORE_ID(core_id)"but doesn't include
"tpl_os_multicore_macros.h" where the macro is defined.

Thanks