1# Arduino Due Board configuration
2
3# Copyright (c) 2017 Justin Watson
4# SPDX-License-Identifier: Apache-2.0
5
6if BOARD_ARDUINO_DUE
7
8config BOARD
9	default "arduino_due"
10
11endif # BOARD_ARDUINO_DUE
12