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 7415f12 commit 94fe656Copy full SHA for 94fe656
src/utility/ota/OTA.h
@@ -25,6 +25,18 @@
25
#include <AIoTC_Config.h>
26
#if OTA_ENABLED
27
28
+#if OTA_STORAGE_SNU
29
+ #include <SNU.h>
30
+#endif /* OTA_STORAGE_SNU */
31
+
32
+#if OTA_STORAGE_SSU
33
+ #include <SSU.h>
34
+#endif /* OTA_STORAGE_SSU */
35
36
+#if OTA_STORAGE_SFU
37
+ #include <SFU.h>
38
+#endif /* OTA_STORAGE_SFU */
39
40
/******************************************************************************
41
* TYPEDEF
42
******************************************************************************/
src/utility/ota/OTAStorage_SFU.h
src/utility/ota/OTAStorage_SNU.h
src/utility/ota/OTAStorage_SSU.h
0 commit comments