# HG changeset patch # User Paul Boddie # Date 1499525670 -7200 # Node ID 58e0aff5972286398759039c41bf2025aa9d275b # Parent a6159a6780029090d8f30703b8510c772b963980 Fixed GPIO region sizes. diff -r a6159a678002 -r 58e0aff59722 include/minipc.h --- a/include/minipc.h Thu Jun 29 23:26:39 2017 +0200 +++ b/include/minipc.h Sat Jul 08 16:54:30 2017 +0200 @@ -35,6 +35,6 @@ #define GPIO_IRQ IRQ_GPIO0 -#define GPIO_REGION_SIZE 0x10000 +#define GPIO_REGION_SIZE 0x1000 #endif /* __MINIPC_H__ */ diff -r a6159a678002 -r 58e0aff59722 include/nanonote.h --- a/include/nanonote.h Thu Jun 29 23:26:39 2017 +0200 +++ b/include/nanonote.h Sat Jul 08 16:54:30 2017 +0200 @@ -54,6 +54,6 @@ #define GPIO_IRQ IRQ_GPIO3 -#define GPIO_REGION_SIZE 0x10000 +#define GPIO_REGION_SIZE 0x1000 #endif /* __NANONOTE_H__ */