freertos: fix error when including xtensa-timer.h from other components

pull/1158/head
Ivan Grokhotkov 2017-09-24 15:46:59 +08:00
rodzic 266d2b3e4f
commit 373d85dd9f
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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 <FreeRTOSConfig.h>
#include "FreeRTOSConfig.h"
/*
Convert FreeRTOSConfig definitions to XTENSA definitions.

Wyświetl plik

@ -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 <FreeRTOSConfig.h>
#include "FreeRTOSConfig.h"
/*
Select timer to use for periodic tick, and determine its interrupt number