aboutsummaryrefslogtreecommitdiff
path: root/tests/test_common/test_matrix.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2020-12-30 15:45:24 +0000
committerQMK Bot <hello@qmk.fm>2020-12-30 15:45:24 +0000
commitb51cc6d67a16fa2f7b6bae7094b27c7ff58bb3a4 (patch)
treededc0f205218de34b85fe0d68f80dffaf5c64332 /tests/test_common/test_matrix.h
parentd5c89c8ed549bb38b481204f9c8ce9435538674c (diff)
parent70719004070731481ca71998ff9039e7747956ba (diff)
downloadqmk_firmware-b51cc6d67a16fa2f7b6bae7094b27c7ff58bb3a4.tar.gz
qmk_firmware-b51cc6d67a16fa2f7b6bae7094b27c7ff58bb3a4.zip
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'tests/test_common/test_matrix.h')
-rw-r--r--tests/test_common/test_matrix.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/test_common/test_matrix.h b/tests/test_common/test_matrix.h
index 174fc4f22..abfcc2404 100644
--- a/tests/test_common/test_matrix.h
+++ b/tests/test_common/test_matrix.h
@@ -14,8 +14,7 @@
14 * along with this program. If not, see <http://www.gnu.org/licenses/>. 14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */ 15 */
16 16
17#ifndef TESTS_TEST_COMMON_TEST_MATRIX_H_ 17#pragma once
18#define TESTS_TEST_COMMON_TEST_MATRIX_H_
19 18
20#ifdef __cplusplus 19#ifdef __cplusplus
21extern "C" { 20extern "C" {
@@ -28,5 +27,3 @@ void clear_all_keys(void);
28#ifdef __cplusplus 27#ifdef __cplusplus
29} 28}
30#endif 29#endif
31
32#endif /* TESTS_TEST_COMMON_TEST_MATRIX_H_ */