Skip to content

Commit

Permalink
Update components/esp_eth/src/w5500.h
Browse files Browse the repository at this point in the history
Co-authored-by: Ondrej Kosta <[email protected]>
  • Loading branch information
reinismu and kostaond authored Jan 17, 2023
1 parent fa6e995 commit b8bd9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/esp_eth/src/w5500.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#define W5500_BSB_OFFSET (3) // Block Select Bits offset
#define W5500_RWB_OFFSET (2) // Read Write Bits offset

#define W5500_CHIP_VERSION 0x4 // Chip version that VERSIONR returns
#define W5500_CHIP_VERSION (0x4) // Chip version that VERSIONR returns

#define W5500_BSB_COM_REG (0x00) // Common Register
#define W5500_BSB_SOCK_REG(s) ((s)*4+1) // Socket Register
Expand Down

0 comments on commit b8bd9cc

Please sign in to comment.