atsamd: Fix typo in header guard
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
5aa4fd2b4a
commit
d1d19d03f3
|
@ -1,5 +1,5 @@
|
|||
#ifndef __SAM3X8E_GPIO_H
|
||||
#define __SAM3X8E_GPIO_H
|
||||
#ifndef __ATSAMD_GPIO_H
|
||||
#define __ATSAMD_GPIO_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue