10 lines
202 B
Plaintext
10 lines
202 B
Plaintext
|
# Copyright (c) 2022 YuLong Yao <feilongphone@gmail.com>
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
if BOARD_GD32VF103C_STARTER
|
||
|
|
||
|
config BOARD
|
||
|
default "gd32vf103c_starter"
|
||
|
|
||
|
endif # BOARD_GD32VF103C_STARTER
|