summaryrefslogtreecommitdiff
path: root/src/arch/rm46l8lp/driver/gpio.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/rm46l8lp/driver/gpio.cc')
-rw-r--r--src/arch/rm46l8lp/driver/gpio.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/arch/rm46l8lp/driver/gpio.cc b/src/arch/rm46l8lp/driver/gpio.cc
new file mode 100644
index 0000000..148bcdb
--- /dev/null
+++ b/src/arch/rm46l8lp/driver/gpio.cc
@@ -0,0 +1,8 @@
+/*
+ * Copyright 2020 Daniel Friesel
+ *
+ * SPDX-License-Identifier: BSD-2-Clause
+ */
+#include "driver/gpio.h"
+
+GPIO gpio;