Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8c4cc4d

Browse files
committedDec 3, 2024
ucid: fix alignment
1 parent 3947d38 commit 8c4cc4d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎src/bpid/ucid.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212

1313
#include <Arduino.h>
1414

15-
#if defined(ARDUINO_SAMD_NANO_33_IOT) || \
16-
defined(ARDUINO_SAMD_MKRWIFI1010) || \
17-
defined(ARDUINO_SAMD_MKRGSM1400) || \
18-
defined(ARDUINO_SAMD_MKRWAN1300) || \
19-
defined(ARDUINO_SAMD_MKRWAN1310) || \
20-
defined(ARDUINO_SAMD_MKRNB1500) || \
15+
#if defined(ARDUINO_SAMD_NANO_33_IOT) || \
16+
defined(ARDUINO_SAMD_MKRWIFI1010) || \
17+
defined(ARDUINO_SAMD_MKRGSM1400) || \
18+
defined(ARDUINO_SAMD_MKRWAN1300) || \
19+
defined(ARDUINO_SAMD_MKRWAN1310) || \
20+
defined(ARDUINO_SAMD_MKRNB1500) || \
2121
defined(ARDUINO_SAMD_MKR1000)
2222
#define UC_UID_SIZE 16
2323
#elif defined(ARDUINO_PORTENTA_H7_M7) || \

0 commit comments

Comments
 (0)
Please sign in to comment.