File tree 3 files changed +0
-3
lines changed
3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,6 @@ int EthernetUDP::parsePacket()
110
110
// HACK - hand-parse the UDP packet using TCP recv method
111
111
uint8_t tmpBuf[20 ];
112
112
int ret=0 ;
113
- int i;
114
113
115
114
if (W5100.getChip () == 61 ) {
116
115
// read 2 header bytes and get one IPv4 or IPv6
Original file line number Diff line number Diff line change @@ -250,7 +250,6 @@ uint8_t W5100Class::init(void)
250
250
uint8_t W5100Class::softReset (void )
251
251
{
252
252
uint16_t count=0 ;
253
- uint8_t sysr;
254
253
255
254
if (chip == 61 ) {
256
255
writeCHPLCKR_W6100 (W6100_CHPLCKR_UNLOCK); // Unlock SYSR[CHPL]
Original file line number Diff line number Diff line change @@ -329,7 +329,6 @@ class W5100Class {
329
329
} \
330
330
static inline uint8_t read##name(SOCKET _s) { \
331
331
if (chip == 61 ) { \
332
- uint8_t data; \
333
332
return readSn (_s, adrss_w6100); \
334
333
} else { \
335
334
return readSn (_s, address); \
You can’t perform that action at this time.
0 commit comments