Skip to content

Commit 82afe85

Browse files
authored
Update cdp_functions.cpp
Has to be capital to compile on linux
1 parent 8130a39 commit 82afe85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cdp_functions.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include <Arduino.h>
22
#include "cdp_functions.h";
3-
#include "Packet_data.h";
3+
#include "Packet_Data.h";
44
byte cdp_mac[] = {0x01, 0x00, 0x0c, 0xcc, 0xcc, 0xcc};
55
byte llc_bytes[] = {0xaa, 0xaa, 0x03, 0x00, 0x00, 0x0c, 0x20, 0x00};
66
#define printhex(n) {if((n)<0x10){Serial.print('0');}Serial.print((n),HEX);}

0 commit comments

Comments
 (0)