remove typo
This commit is contained in:
parent
536e02892f
commit
46b86a6746
1 changed files with 1 additions and 1 deletions
|
@ -560,7 +560,7 @@ err_t rckemacif_init(struct netif* netif)
|
|||
LWIP_DEBUGF(NETIF_DEBUG, ("Setting IP configuration of EMAC%d\n", num_emac));
|
||||
|
||||
/* Read the current config value from the register */
|
||||
receiver1_addr = read_emac(num_emac, EMAC_IPCONF+RECEIVER1_ADDRESS, core);
|
||||
receiver1_addr = read_emac(num_emac, EMAC_IPCONF+RECEIVER1_ADDRESS, 0);
|
||||
|
||||
/* Now set the relevant bits and write back into the register:
|
||||
* 25 = 1, 26 = 0, 28 = 1, 31 = 0
|
||||
|
|
Loading…
Add table
Reference in a new issue