Skip to content

Commit a8d8f9b

Browse files
fixup! added example for crc32 library
1 parent 2aefabc commit a8d8f9b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

examples/crc32/crc32.ino

-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ void setup() {
1616
Serial.begin(9600);
1717
while(!Serial);
1818

19-
uint32_t value = 0;
20-
uint64_t position = 0;
21-
bool error = false;
22-
2319
uint32_t crc32 = arduino::crc32::begin();
2420

2521
crc32 = arduino::crc32::update(crc32, buffer, sizeof(buffer));

0 commit comments

Comments
 (0)