mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-09-04 00:00:01 +00:00
Merge pull request #117 from haukepetersen/fix_misc_compile_warnings
fix os/os_trace_api and RIOT related compile warnings
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
#ifndef H_BLE_LL_TRACE_
|
||||
#define H_BLE_LL_TRACE_
|
||||
|
||||
#include "os/os_trace_api.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
@@ -20,6 +20,8 @@
|
||||
#ifndef H_BLE_PHY_TRACE_
|
||||
#define H_BLE_PHY_TRACE_
|
||||
|
||||
#include "os/os_trace_api.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
@@ -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