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 7a9b7c2

Browse files
committedOct 21, 2022
Adding newline
1 parent 0534372 commit 7a9b7c2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎examples/ECCX08HMAC/ECCX08HMAC.ino

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
byte nonceKey[] = {
1616
0x10, 0x10, 0x10, 0x10
1717
};
18+
1819
byte data[] = {
1920
0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10,
2021
0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10,
@@ -26,6 +27,7 @@ byte data[] = {
2627
0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10,
2728
0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10,
2829
};
30+
2931
int dataLength = 72;
3032

3133
void setup() {
@@ -71,4 +73,4 @@ void setup() {
7173
}
7274

7375
void loop() {
74-
}
76+
}

0 commit comments

Comments
 (0)
Please sign in to comment.