summaryrefslogtreecommitdiff
path: root/keyboards/handwired
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-02-22 02:55:23 +1100
committerGitHub <noreply@github.com>2023-02-21 15:55:23 +0000
commit499fc3b85e99de725535eb73f653d77a71339e3f (patch)
tree50b956f7558ea42f531cd04038d925529fdc8696 /keyboards/handwired
parent9c0ce80d7e7d266cfd2d8fb0d92889db06ea95ff (diff)
Add some missing `#pragma once`s (#19902)
Diffstat (limited to 'keyboards/handwired')
-rw-r--r--keyboards/handwired/onekey/bluepill_f103c6/board.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/handwired/onekey/bluepill_f103c6/board.h b/keyboards/handwired/onekey/bluepill_f103c6/board.h
index 4889f351a6..7513db63ed 100644
--- a/keyboards/handwired/onekey/bluepill_f103c6/board.h
+++ b/keyboards/handwired/onekey/bluepill_f103c6/board.h
@@ -1,5 +1,8 @@
// Copyright 2022 Sergey Vlasov (@sigprof)
// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+
#include_next <board.h>
#undef STM32F103xB