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.
2 parents 4b28192 + f35aaa1 commit 05b3476Copy full SHA for 05b3476
host_test/main/test_mqtt_client.cpp
@@ -24,6 +24,10 @@ extern "C" {
24
#include "Mockhttp_parser.h"
25
#include "Mockqueue.h"
26
#include "Mocktask.h"
27
+#if __has_include ("Mockidf_additions.h")
28
+/* Some functions were moved from "task.h" to "idf_additions.h" */
29
+#include "Mockidf_additions.h"
30
+#endif
31
#include "Mockesp_timer.h"
32
33
/*
0 commit comments