Mercurial > flash_v2
changeset 1577:7904e6fabb6f
Cast to remove a compile warning.
| author | asl |
|---|---|
| date | Tue, 06 Apr 2004 21:05:10 +0000 |
| parents | 40f9e927dadf |
| children | d4b172576ac4 |
| files | packages/devs/eth/h8300/h8max/current/include/devs_eth_h8300_h8max.inl |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/devs/eth/h8300/h8max/current/include/devs_eth_h8300_h8max.inl +++ b/packages/devs/eth/h8300/h8max/current/include/devs_eth_h8300_h8max.inl @@ -62,7 +62,7 @@ #ifdef CYGPKG_DEVS_ETH_H8300_H8MAX_ETH0 static dp83902a_priv_data_t dp83902a_eth0_priv_data = { - base: 0x800600, + base: (cyg_uint8 *)0x800600, interrupt: 16, tx_buf1: 0x40, tx_buf2: 0x48,
