mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-19 12:47:52 -06:00
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 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
#ifndef __SAM3X8E_GPIO_H
|
#ifndef __ATSAMD_GPIO_H
|
||||||
#define __SAM3X8E_GPIO_H
|
#define __ATSAMD_GPIO_H
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue