# HG changeset patch # User Paul Boddie # Date 1712183187 -7200 # Node ID 2bb8d340c0c03e3e0001a33f12c6e77067eb0858 # Parent ac8579a962ba9525d62286757b8f6316525fa78e Fixed PORT Z end address, although it is not actually used at present. diff -r ac8579a962ba -r 2bb8d340c0c0 pkg/landfall-examples/hw_info/hw_info.c --- a/pkg/landfall-examples/hw_info/hw_info.c Mon Mar 04 22:31:17 2024 +0100 +++ b/pkg/landfall-examples/hw_info/hw_info.c Thu Apr 04 00:26:27 2024 +0200 @@ -2009,7 +2009,7 @@ gpio[port] = gpio_init_shadow(gpio_base + port * 0x100, gpio_base + (port + 1) * 0x100, 32, gpio_ports[port].pull_ups, gpio_ports[port].pull_downs, - gpio_base + 0x700, gpio_base + 0x700, + gpio_base + 0x700, gpio_base + 0x800, port); printf("Access I2C...\n");