diff options
author | Joel Challis <git@zvecr.com> | 2024-09-02 03:48:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-02 03:48:17 +0100 |
commit | 3bd303f204a59ed950934f5da4c299a8be33b363 (patch) | |
tree | 17ff660931b925909be4a75fba55bd67441bf2bb /platforms/arm_atsam/_util.h | |
parent | 096aca63c5d7789669d90ef5f128189be85b7a35 (diff) |
Remove `arm_atsam` platform (#24337)
Diffstat (limited to 'platforms/arm_atsam/_util.h')
-rw-r--r-- | platforms/arm_atsam/_util.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/platforms/arm_atsam/_util.h b/platforms/arm_atsam/_util.h deleted file mode 100644 index 38aa9f4472..0000000000 --- a/platforms/arm_atsam/_util.h +++ /dev/null @@ -1,9 +0,0 @@ -// Copyright 2023 Nick Brassel (@tzarc) -// SPDX-License-Identifier: GPL-2.0-or-later -#pragma once - -#define RESIDENT_IN_RAM(funcname) __attribute__((section(".ramfunc." #funcname), noinline)) funcname - -#if __has_include_next("_util.h") -# include_next "_util.h" -#endif |