aboutsummaryrefslogtreecommitdiff
path: root/global.h
diff options
context:
space:
mode:
authorvetch <vetch97@gmail.com>2019-10-08 16:35:12 +0200
committervetch <vetch97@gmail.com>2019-10-08 16:35:12 +0200
commit73d6f1693f0c4023df928363012bee3a6d442a4c (patch)
treeb7c8d84c07ada4afb0bc499cceb17d0eaefaca14 /global.h
parent41ad4c6268b0292464802d88ac6835d21e69cabb (diff)
downloadrpi-MMU-example-73d6f1693f0c4023df928363012bee3a6d442a4c.tar.gz
rpi-MMU-example-73d6f1693f0c4023df928363012bee3a6d442a4c.zip
optimize imports
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