10 lines
182 B
Plaintext
10 lines
182 B
Plaintext
|
# Copyright (c) 2021 Teslabs Engineering S.L.
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
if BOARD_GD32VF103V_EVAL
|
||
|
|
||
|
config BOARD
|
||
|
default "gd32vf103v_eval"
|
||
|
|
||
|
endif # BOARD_GD32VF103V_EVAL
|