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