1# Copyright (c) 2023 Felipe Neves
2# SPDX-License-Identifier: Apache-2.0
3
4if BOARD_ARDUINO_OPTA_M4
5
6config BOARD
7	default "arduino_opta_m4"
8
9endif # BOARD_ARDUINO_OPTA_M4
10