Skip to content

Commit 0b75989

Browse files
committed
bugfix define atmel atsam4s
1 parent 3ee70a7 commit 0b75989

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

targets/core/atmel/atsam4s/spi.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef KLIB_NXP_ATSAM4S_SPI_HPP
2-
#define KLIB_NXP_ATSAM4S_SPI_HPP
1+
#ifndef KLIB_ATMEL_ATSAM4S_SPI_HPP
2+
#define KLIB_ATMEL_ATSAM4S_SPI_HPP
33

44
#include <klib/klib.hpp>
55
#include <klib/multispan.hpp>

targets/core/atmel/atsamxx/watchdog.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef KLIB_ATSAMXX_WATCHDOG_HPP
2-
#define KLIB_ATSAMXX_WATCHDOG_HPP
1+
#ifndef KLIB_ATMEL_ATSAMXX_WATCHDOG_HPP
2+
#define KLIB_ATMEL_ATSAMXX_WATCHDOG_HPP
33

44
#include <cstdint>
55

0 commit comments

Comments
 (0)