]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/include/FreeRTOS.h
Recreated MicroBlaze example using Vivado 2016.1 - the Microblaze project is still...
[freertos] / FreeRTOS / Source / include / FreeRTOS.h
index e52a8979b559213a0f276cb2e08642e4593a6ef0..0010ce12fa606a95f3efd2ede0a7f19417976027 100644 (file)
@@ -103,6 +103,10 @@ extern "C" {
 /* Definitions specific to the port being used. */\r
 #include "portable.h"\r
 \r
+/* Required if struct _reent is used. */\r
+#if ( configUSE_NEWLIB_REENTRANT == 1 )\r
+       #include <reent.h>\r
+#endif\r
 /*\r
  * Check all the required application specific macros have been defined.\r
  * These macros are application specific and (as downloaded) are defined\r