remove useless object

This commit is contained in:
Flavien Haas 2018-05-31 10:28:56 +02:00
parent 197f51d274
commit d319ffedbf

View File

@ -3,7 +3,6 @@
#include <CProtocol12Bytes.h> // to use our protocol #include <CProtocol12Bytes.h> // to use our protocol
byte mac[] = {0xFA, 0xE3, 0x40, 0xEF, 0xFF, 0xFD}; // set the mac address byte mac[] = {0xFA, 0xE3, 0x40, 0xEF, 0xFF, 0xFD}; // set the mac address
EthernetClient client;
CProtocol12Bytes trameToSend; CProtocol12Bytes trameToSend;