Fix getSn_PORTR for W5300

This commit is contained in:
Chayoung You
2018-04-13 21:58:10 +09:00
parent 4ddea28229
commit 47b6ea8bf7

View File

@ -1988,7 +1988,7 @@ uint8_t getRMSR(uint8_t sn);
* @return uint16_t. Variable of @ref Sn_PORTR. * @return uint16_t. Variable of @ref Sn_PORTR.
* @sa setSn_PORTR() * @sa setSn_PORTR()
*/ */
#define getSn_PORTR(sn, port) \ #define getSn_PORTR(sn) \
WIZCHIP_READ(Sn_PORTR(sn)) WIZCHIP_READ(Sn_PORTR(sn))
#define getSn_PORT(sn) getSn_PORTR(sn) ///< For compatible ioLibrary #define getSn_PORT(sn) getSn_PORTR(sn) ///< For compatible ioLibrary