diff options
| author | Nick Brassel <nick@tzarc.org> | 2021-08-18 10:59:22 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-18 01:59:22 +0100 |
| commit | ceb3ebda462390418b037669da8d631429bdd175 (patch) | |
| tree | ff7eb5c28c02b2be4377f0a384e33a0e8e7c93ef /tmk_core/protocol | |
| parent | 58cd8c366c49ae6134f274b074c5e72f67a359ad (diff) | |
| download | qmk_firmware-ceb3ebda462390418b037669da8d631429bdd175.tar.gz qmk_firmware-ceb3ebda462390418b037669da8d631429bdd175.zip | |
Fixup atsam builds. (#14052)
Diffstat (limited to 'tmk_core/protocol')
| -rw-r--r-- | tmk_core/protocol/arm_atsam/main_arm_atsam.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/protocol/arm_atsam/main_arm_atsam.c b/tmk_core/protocol/arm_atsam/main_arm_atsam.c index abea12134..858b4cd9f 100644 --- a/tmk_core/protocol/arm_atsam/main_arm_atsam.c +++ b/tmk_core/protocol/arm_atsam/main_arm_atsam.c | |||
| @@ -16,7 +16,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 16 | */ | 16 | */ |
| 17 | 17 | ||
| 18 | #include "samd51j18a.h" | 18 | #include "samd51j18a.h" |
| 19 | #include "tmk_core/common/keyboard.h" | 19 | #include "keyboard.h" |
| 20 | 20 | ||
| 21 | #include "report.h" | 21 | #include "report.h" |
| 22 | #include "host.h" | 22 | #include "host.h" |
