Fix wrong comment tokens
This commit is contained in:
parent
6a9a6e6d8e
commit
9d624740d9
2 changed files with 4 additions and 11 deletions
|
@ -1,9 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2020 The ZMK Contributors
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*/
|
||||
|
||||
# Copyright (c) 2020 The ZMK Contributors
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
if SHIELD_BOARDSOURCE3X4
|
||||
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2020 The ZMK Contributors
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*/
|
||||
# Copyright (c) 2020 The ZMK Contributors
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
config SHIELD_BOARDSOURCE3X4
|
||||
def_bool $(shields_list_contains,boardsource3x4)
|
||||
|
|
Loading…
Reference in a new issue