]> granicus.if.org Git - esp-idf/commitdiff
freertos: fix error when including xtensa-timer.h from other components
authorIvan Grokhotkov <ivan@espressif.com>
Sun, 24 Sep 2017 07:46:59 +0000 (15:46 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Wed, 18 Oct 2017 06:37:22 +0000 (14:37 +0800)
components/freertos/include/freertos/xtensa_rtos.h
components/freertos/include/freertos/xtensa_timer.h

index 980cc92e0d933b35c19ef4453fa49c390d03f5a1..e5982b83a5402814551936fd8371d8180e454d6e 100644 (file)
@@ -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.
index 9bb8648f692055efd4be438eac34ae6348675427..fa4f96098c01208581ff738c0bc4a5ec79cb8a8c 100644 (file)
@@ -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