summaryrefslogtreecommitdiff
path: root/FreeRTOS-Plus/Demo/FreeRTOS_IoT_Libraries/task_pool/iot_config_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'FreeRTOS-Plus/Demo/FreeRTOS_IoT_Libraries/task_pool/iot_config_common.h')
-rw-r--r--FreeRTOS-Plus/Demo/FreeRTOS_IoT_Libraries/task_pool/iot_config_common.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_IoT_Libraries/task_pool/iot_config_common.h b/FreeRTOS-Plus/Demo/FreeRTOS_IoT_Libraries/task_pool/iot_config_common.h
index 786774423..8dd158db7 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_IoT_Libraries/task_pool/iot_config_common.h
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_IoT_Libraries/task_pool/iot_config_common.h
@@ -28,15 +28,6 @@
#ifndef IOT_CONFIG_COMMON_H_
#define IOT_CONFIG_COMMON_H_
-/* FreeRTOS include. */
-#include "FreeRTOS.h" //_RB_Makes common config file FreeRTOS specific
-
-/* Use platform types on FreeRTOS. */
-#include "platform/iot_platform_types_freertos.h" //_RB_Makes common config file FreeRTOS specific
-
-/* Used to get the cloud broker endpoint for FreeRTOS. */
-//_RB_#include "aws_clientcredential.h"
-
/* SDK version. */
#define IOT_SDK_VERSION "4.0.0"
@@ -197,7 +188,4 @@ extern uint16_t getDeviceMetricsLength( void );
/* Configuration for defender demo: use long tag for readable output. Please use short tag for the real application. */
#define AWS_IOT_DEFENDER_USE_LONG_TAG ( 1 )
-/* Demo runner configuration. */
-//_RB_#include "aws_demo_config.h"
-
#endif /* ifndef IOT_CONFIG_COMMON_H_ */