1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 14:33:52 +01:00

Merge pull request #17749 from fjmolinas/pr_cpu_avr8_xmega_driver_board

tests/cpu_avr8_xmega_driver: fix BOARD name
This commit is contained in:
Leandro Lanzieri 2022-03-04 18:27:04 +01:00 committed by GitHub
commit 9f93296081
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
BOARD ?= atxmega_a1u_xpro
BOARD ?= atxmega-a1u-xpro
include ../Makefile.tests_common