# HG changeset patch # User asl # Date 1081285510 0 # Node ID 7904e6fabb6f807d02d53737cfd8e64ac766f16c # Parent 40f9e927dadf5163c6fa980b40f663b309169792 Cast to remove a compile warning. diff --git 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 --- 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,