Skip to content

Commit 94fe656

Browse files
committed
Ensure the the SxU 2nd stage bootloaders are actually included
1 parent 7415f12 commit 94fe656

File tree

4 files changed

+12
-94
lines changed

4 files changed

+12
-94
lines changed

src/utility/ota/OTA.h

+12
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,18 @@
2525
#include <AIoTC_Config.h>
2626
#if OTA_ENABLED
2727

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+
2840
/******************************************************************************
2941
* TYPEDEF
3042
******************************************************************************/

src/utility/ota/OTAStorage_SFU.h

-30
This file was deleted.

src/utility/ota/OTAStorage_SNU.h

-32
This file was deleted.

src/utility/ota/OTAStorage_SSU.h

-32
This file was deleted.

0 commit comments

Comments
 (0)