Skip to content

Commit 4865f50

Browse files
committed
Add braces to ensure correct order of operant execution.
1 parent b57d900 commit 4865f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AIoTC_Config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
#define OTA_STORAGE_SSU (0)
101101
#endif
102102

103-
#if OTA_STORAGE_SFU || OTA_STORAGE_SSU || OTA_STORAGE_SNU && !defined(ARDUINO_AVR_UNO_WIFI_REV2)
103+
#if (OTA_STORAGE_SFU || OTA_STORAGE_SSU || OTA_STORAGE_SNU) && !defined(ARDUINO_AVR_UNO_WIFI_REV2)
104104
#define OTA_ENABLED (1)
105105
#else
106106
#define OTA_ENABLED (0)

0 commit comments

Comments
 (0)