aboutsummaryrefslogtreecommitdiffstats
path: root/src/atsamd/gpio.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2019-02-13 09:32:06 -0500
committerKevin O'Connor <kevin@koconnor.net>2019-02-13 09:32:06 -0500
commitd1d19d03f3ea42c05a1919ab2362355f9154e768 (patch)
tree9c257f1817dd180557a6fafcfeba2ac1274c23ce /src/atsamd/gpio.h
parent5aa4fd2b4ac6396fed73044887fc9f774be4487d (diff)
downloadkutter-d1d19d03f3ea42c05a1919ab2362355f9154e768.tar.gz
kutter-d1d19d03f3ea42c05a1919ab2362355f9154e768.tar.xz
kutter-d1d19d03f3ea42c05a1919ab2362355f9154e768.zip
atsamd: Fix typo in header guard
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/atsamd/gpio.h')
-rw-r--r--src/atsamd/gpio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/atsamd/gpio.h b/src/atsamd/gpio.h
index 0a89f0a1..ba15e719 100644
--- a/src/atsamd/gpio.h
+++ b/src/atsamd/gpio.h
@@ -1,5 +1,5 @@
-#ifndef __SAM3X8E_GPIO_H
-#define __SAM3X8E_GPIO_H
+#ifndef __ATSAMD_GPIO_H
+#define __ATSAMD_GPIO_H
#include <stdint.h>