Skip to content

Commit b0fc197

Browse files
committed
Moving inclusion of SNU library into OTA-samd.cpp - where it belongs.
1 parent 40ea7d5 commit b0fc197

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/utility/ota/OTA-samd.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
#include "../watchdog/Watchdog.h"
2929

3030
#if OTA_STORAGE_SNU
31+
# include <SNU.h>
3132
# include <WiFiNINA.h> /* WiFiStorage */
3233
#endif
3334

src/utility/ota/OTA.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@
2424

2525
#include <AIoTC_Config.h>
2626

27-
#if OTA_STORAGE_SNU && !defined(ARDUINO_AVR_UNO_WIFI_REV2)
28-
#include <SNU.h>
29-
#endif /* OTA_STORAGE_SNU */
30-
3127
#if OTA_STORAGE_SSU
3228
#include <SSU.h>
3329
#endif /* OTA_STORAGE_SSU */

0 commit comments

Comments
 (0)