1# STM32F3DISCOVERY board configuration
2
3# Copyright (c) 2017 I-SENSE group of ICCS
4# SPDX-License-Identifier: Apache-2.0
5
6if BOARD_STM32F3_DISCO
7
8config BOARD
9	default "stm32f3_disco"
10
11endif # BOARD_STM32F3_DISCO
12