diff options
author | Joel Challis <git@zvecr.com> | 2022-08-03 21:06:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-03 21:06:54 +0100 |
commit | 92bcbee22615114286916bbbc4df4256c2818f0d (patch) | |
tree | aeb1e6eb45166d73d9c0b758786ca0e28355c102 /keyboards/handwired/splittest/bluepill/halconf.h | |
parent | df8a538489414b1f0c0cdcb786a76cca763ae37a (diff) |
Fix up splittest/bluepill (#17897)
Diffstat (limited to 'keyboards/handwired/splittest/bluepill/halconf.h')
-rw-r--r-- | keyboards/handwired/splittest/bluepill/halconf.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/handwired/splittest/bluepill/halconf.h b/keyboards/handwired/splittest/bluepill/halconf.h index d85c8b842e..e11e5b637a 100644 --- a/keyboards/handwired/splittest/bluepill/halconf.h +++ b/keyboards/handwired/splittest/bluepill/halconf.h @@ -1,3 +1,8 @@ +// Copyright 2022 dvermd (@dvermd) +// SPDX-License-Identifier: GPL-2.0-or-later + +#pragma once + /* Needed for serial bitbang, half-duplex and full-duplex */ #define HAL_USE_PAL TRUE #define PAL_USE_WAIT TRUE |