Skip to content

Commit

Permalink
Merge pull request #14 from pennam/fix-w
Browse files Browse the repository at this point in the history
Fix warning: backslash and newline separated by space
  • Loading branch information
pennam authored Mar 20, 2024
2 parents fc16975 + 18fb8b9 commit 0de65dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SecureElementConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#define SECURE_ELEMENT_CONFIG_H_

#if defined(ARDUINO_AVR_UNO_WIFI_REV2) || \
defined(ARDUINO_SAMD_MKRWIFI1010) || defined(ARDUINO_SAMD_NANO_33_IOT) || \
defined(ARDUINO_SAMD_MKRWIFI1010) || defined(ARDUINO_SAMD_NANO_33_IOT) || \
defined(ARDUINO_SAMD_MKRGSM1400) || defined(ARDUINO_SAMD_MKR1000) || \
defined(ARDUINO_SAMD_MKRNB1500) || defined(ARDUINO_PORTENTA_H7_M7) || \
defined(ARDUINO_NANO_RP2040_CONNECT) || defined(ARDUINO_OPTA) || \
Expand Down

0 comments on commit 0de65dc

Please sign in to comment.