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

tests/pkg_semtech-loramac: don't init mac from main

This application already uses auto_init and semtech_loramac_init is already called from auto_init_loramac
This commit is contained in:
Alexandre Abadie 2019-07-03 14:42:26 +02:00
parent 1d7b825122
commit 660b375082
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -73,8 +73,6 @@ static void *_wait_recv(void *arg)
int main(void)
{
semtech_loramac_init(&loramac);
#ifdef MODULE_SEMTECH_LORAMAC_RX
thread_create(_recv_stack, sizeof(_recv_stack),
THREAD_PRIORITY_MAIN - 1, 0, _wait_recv, NULL, "recv thread");