mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-06-05 21:04:49 +00:00
os/os_trace: remove os_trace_task_* defs
This commit is contained in:
@@ -45,36 +45,6 @@ os_trace_isr_exit(void)
|
||||
{
|
||||
}
|
||||
|
||||
static inline void
|
||||
os_trace_task_info(const struct os_task *t)
|
||||
{
|
||||
}
|
||||
|
||||
static inline void
|
||||
os_trace_task_create(const struct os_task *t)
|
||||
{
|
||||
}
|
||||
|
||||
static inline void
|
||||
os_trace_task_start_exec(const struct os_task *t)
|
||||
{
|
||||
}
|
||||
|
||||
static inline void
|
||||
os_trace_task_stop_exec(void)
|
||||
{
|
||||
}
|
||||
|
||||
static inline void
|
||||
os_trace_task_start_ready(const struct os_task *t)
|
||||
{
|
||||
}
|
||||
|
||||
static inline void
|
||||
os_trace_task_stop_ready(const struct os_task *t, unsigned reason)
|
||||
{
|
||||
}
|
||||
|
||||
static inline void
|
||||
os_trace_idle(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user