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