1# TI CC26x2R1 LaunchXL board
2
3# Copyright (c) 2019 Brett Witherspoon
4# SPDX-License-Identifier: Apache-2.0
5
6if BOARD_CC26X2R1_LAUNCHXL
7
8config BOARD
9	default "cc26x2r1_launchxl"
10
11endif # BOARD_CC26X2R1_LAUNCHXL
12