Mercurial > flash_v2
changeset 1578:d4b172576ac4
Cast to remove a warning.
| author | asl |
|---|---|
| date | Tue, 06 Apr 2004 21:06:14 +0000 |
| parents | 7904e6fabb6f |
| children | 9b1c56507dbb |
| files | packages/devs/eth/h8300/aki3068net/current/include/devs_eth_h8300_aki3068net.inl |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/devs/eth/h8300/aki3068net/current/include/devs_eth_h8300_aki3068net.inl +++ b/packages/devs/eth/h8300/aki3068net/current/include/devs_eth_h8300_aki3068net.inl @@ -57,7 +57,7 @@ #ifdef CYGPKG_DEVS_ETH_H8300_AKI3068NET_ETH0 static dp83902a_priv_data_t dp83902a_eth0_priv_data = { - base: 0x200000, + base: (cyg_uint8 *)0x200000, interrupt: 17, tx_buf1: 0x40, tx_buf2: 0x48,
