]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS-Plus/Demo/FreeRTOS_IoT_Libraries/task_pool/iot_config_common.h
Continued to work on the MQTT demo project.
[freertos] / FreeRTOS-Plus / Demo / FreeRTOS_IoT_Libraries / task_pool / iot_config_common.h
index 8dd158db75c487a1f5bb5bdb5605d33e090885de..8b976103ecebc7e4fa096cbbccdb01fb2dbb02c8 100644 (file)
 #ifndef IOT_CONFIG_COMMON_H_\r
 #define IOT_CONFIG_COMMON_H_\r
 \r
+/* FreeRTOS include. */\r
+#include "FreeRTOS.h" //_RB_Makes common config file FreeRTOS specific\r
+\r
+/* Use platform types on FreeRTOS. */\r
+#include "platform/iot_platform_types_freertos.h" //_RB_Makes common config file FreeRTOS specific\r
+\r
 /* SDK version. */\r
 #define IOT_SDK_VERSION    "4.0.0"\r
 \r