aboutsummaryrefslogtreecommitdiff
path: root/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'global.h')
-rw-r--r--global.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/global.h b/global.h
index 6dd2e48..02fdedc 100644
--- a/global.h
+++ b/global.h
@@ -1,5 +1,6 @@
// board type, raspi2
#define RASPI 2
+
#if RASPI == 4
#define GPIO_BASE 0xFE200000
#else