Skip to content

Commit

Permalink
fix: include guards
Browse files Browse the repository at this point in the history
  • Loading branch information
todd-herbert committed Sep 15, 2023
1 parent 4a71768 commit 6a0b9c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Platforms/SAMD21G18A/SAMD21G18A.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Specific options for SAMD21G18A

#ifndef __PLATFORM_FALLBACK_H__
#define __PLATFORM_FALLBACK_H__
#ifndef __PLATFORM_SAMD21G18A_H__
#define __PLATFORM_SAMD21G18A_H__
// Check if not otherwise handled
#ifdef __SAMD21G18A__
Expand Down

0 comments on commit 6a0b9c2

Please sign in to comment.