summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/network/open_eth.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/libchip/network/open_eth.h')
-rw-r--r--c/src/libchip/network/open_eth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/libchip/network/open_eth.h b/c/src/libchip/network/open_eth.h
index 2af8cfa784..66a5204230 100644
--- a/c/src/libchip/network/open_eth.h
+++ b/c/src/libchip/network/open_eth.h
@@ -8,7 +8,7 @@
/* Configuration Information */
typedef struct {
- uint32_t base_address;
+ void *base_address;
uint32_t vector;
uint32_t txd_count;
uint32_t rxd_count;