We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8ad3d0 commit 3e7f9e9Copy full SHA for 3e7f9e9
components/aws_iot/ota_for_aws_iot_embedded_sdk/integration/src/ota_agent_task.c
@@ -74,8 +74,13 @@
74
#include "ota_pal.h"
75
76
/* Added for implicit inclusions */
77
+#include "core_mqtt.h"
78
#include "core_mqtt_agent.h"
79
+#include "events.h"
80
#include "logging_stack.h"
81
+#include "ota_os_interface.h"
82
+#include "ota_mqtt_interface.h"
83
+#include "ota_platform_interface.h"
84
#include "ota_private.h"
85
#include "subscription_manager.h"
86
0 commit comments