Skip to content

Commit 9028395

Browse files
committed
Add an empty line at the end of the file
1 parent 517801d commit 9028395

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/crc16/buffer.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ uint8_t buffer[] = {
3838
0x00, 0x00, 0x00, 0xE8, 0x00, 0x00, 0x00, 0xE9, 0x00, 0x00, 0x00, 0xEA, 0x00, 0x00, 0x00, 0xEB, 0x00, 0x00, 0x00, 0xEC, 0x00, 0x00, 0x00, 0xED, 0x00, 0x00, 0x00, 0xEE, 0x00, 0x00, 0x00, 0xEF,
3939
0x00, 0x00, 0x00, 0xF0, 0x00, 0x00, 0x00, 0xF1, 0x00, 0x00, 0x00, 0xF2, 0x00, 0x00, 0x00, 0xF3, 0x00, 0x00, 0x00, 0xF4, 0x00, 0x00, 0x00, 0xF5, 0x00, 0x00, 0x00, 0xF6, 0x00, 0x00, 0x00, 0xF7,
4040
0x00, 0x00, 0x00, 0xF8, 0x00, 0x00, 0x00, 0xF9, 0x00, 0x00, 0x00, 0xFA, 0x00, 0x00, 0x00, 0xFB, 0x00, 0x00, 0x00, 0xFC, 0x00, 0x00, 0x00, 0xFD, 0x00, 0x00, 0x00, 0xFE, 0x00, 0x00, 0x00, 0xFF,
41-
};
41+
};

extras/test/src/crc16/test_crc16.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1593,4 +1593,4 @@ SCENARIO("Test the crc16 function with XMODEM") {
15931593
}
15941594

15951595
/****************************************************************************/
1596-
}
1596+
}

src/Arduino_CRC16.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
*/
1010
#pragma once
1111

12-
#include "./crc/crc16.h"
12+
#include "./crc/crc16.h"

0 commit comments

Comments
 (0)