Added W5100, W5200 drivers.

This commit is contained in:
Jim Jun
2015-04-06 13:27:41 +09:00
parent fc3430b71a
commit 19ae79ee07
7 changed files with 21 additions and 5 deletions

View File

@ -40,6 +40,7 @@
#include "w5100.h"
#if (_WIZCHIP_ == 5100)
/**
@brief This function writes the data into W5200 registers.
*/
@ -335,4 +336,4 @@ void wiz_recv_ignore(uint8_t sn, uint16_t len)
setSn_RX_RD(sn,ptr);
}
#endif