freertos: add pm_trace header include

This commit is contained in:
Marius Vikhammer 2022-02-07 17:44:33 +08:00
parent 3441dd1e98
commit 0fc8ede204
2 changed files with 4 additions and 1 deletions

View File

@ -19,6 +19,10 @@
#include "hal/systimer_ll.h"
#endif
#ifdef CONFIG_PM_TRACE
#include "esp_private/pm_trace.h"
#endif //CONFIG_PM_TRACE
BaseType_t xPortSysTickHandler(void);
#ifdef CONFIG_FREERTOS_SYSTICK_USES_CCOUNT

View File

@ -47,7 +47,6 @@
#include "riscv/riscv_interrupts.h"
#include "riscv/interrupt.h"
#include "esp_private/crosscore_int.h"
#include "esp_private/pm_trace.h"
#include "esp_attr.h"
#include "esp_system.h"
#include "esp_intr_alloc.h"