1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

Merge pull request #17750 from fjmolinas/pr_df_player_event_thread_lowest

tests/driver_dfplayer: use event_thread instead of event_thread_lowest
This commit is contained in:
Marian Buschsieweke 2022-03-04 18:28:07 +01:00 committed by GitHub
commit 28e7dbcb9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
include ../Makefile.tests_common
USEMODULE += dfplayer
USEMODULE += event_thread_lowest
USEMODULE += event_thread
USEMODULE += shell
USEMODULE += shell_commands