Skip to content

Commit

Permalink
modified patchfile
Browse files Browse the repository at this point in the history
  • Loading branch information
irinakim12 committed Mar 17, 2022
1 parent 055f452 commit 97162f9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions patches/0001-Added-WIZnet-Chip-library.patch
Original file line number Diff line number Diff line change
Expand Up @@ -363,11 +363,7 @@ index 3ffda3a72..43ac18292 100644
setSn_CR(sn,Sn_CR_SEND);
/* wait to process the command... */
while(getSn_CR(sn));
<<<<<<< HEAD
@@ -440,37 +513,54 @@ int32_t WIZCHIP_EXPORT(sendto)(uint8_t sn, uint8_t * buf, uint16_t len, uint8_t
=======
@@ -440,37 +582,52 @@ int32_t WIZCHIP_EXPORT(sendto)(uint8_t sn, uint8_t * buf, uint16_t len, uint8_t
>>>>>>> dev
else if(tmp & Sn_IR_TIMEOUT)
{
setSn_IR(sn, Sn_IR_TIMEOUT);
Expand Down

0 comments on commit 97162f9

Please sign in to comment.