freertos: remove portmacro_deprtecated.h file

This commit removes the portmacro_deprecated.h file and the deprecated
APIs contained in it. Alternate APIs to use are noted in the migration
guide.
This commit is contained in:
Sudeep Mohanty
2022-03-31 15:56:53 +05:30
committed by BOT
parent 86e5ff1e64
commit 129e613f15
8 changed files with 14 additions and 295 deletions

View File

@@ -57,7 +57,7 @@ static inline uint32_t esp_apptrace_tmo_remaining_us(esp_apptrace_tmo_t *tmo)
/** Tracing module synchronization lock */
typedef struct {
portMUX_TYPE mux;
spinlock_t mux;
unsigned int_state;
} esp_apptrace_lock_t;