1# Adafruit Feather STM32F405 Express board configuration
2
3# Copyright (c) 2020 Lucian Copeland for Adafruit Industries.
4# SPDX-License-Identifier: Apache-2.0
5
6if BOARD_ADAFRUIT_FEATHER_STM32F405
7
8config BOARD
9	default "adafruit_feather_stm32f405"
10
11endif # BOARD_ADAFRUIT_FEATHER_STM32F405
12