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