mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 12:14:32 +02:00
freertos: fix error when including xtensa-timer.h from other components
This commit is contained in:
@@ -55,7 +55,7 @@ Should be included by all Xtensa generic and RTOS port-specific sources.
|
|||||||
/*
|
/*
|
||||||
Include any RTOS specific definitions that are needed by this header.
|
Include any RTOS specific definitions that are needed by this header.
|
||||||
*/
|
*/
|
||||||
#include <FreeRTOSConfig.h>
|
#include "FreeRTOSConfig.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Convert FreeRTOSConfig definitions to XTENSA definitions.
|
Convert FreeRTOSConfig definitions to XTENSA definitions.
|
||||||
|
@@ -49,7 +49,7 @@ and the Xtensa core configuration need not have a timer.
|
|||||||
|
|
||||||
#include "xtensa_rtos.h" /* in case this wasn't included directly */
|
#include "xtensa_rtos.h" /* in case this wasn't included directly */
|
||||||
|
|
||||||
#include <FreeRTOSConfig.h>
|
#include "FreeRTOSConfig.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Select timer to use for periodic tick, and determine its interrupt number
|
Select timer to use for periodic tick, and determine its interrupt number
|
||||||
|
Reference in New Issue
Block a user