Merge pull request #11777 from aabadie/pr/tests/pkg_semtech_loramac_init_twice

tests/pkg_semtech-loramac: don't init the mac from main
This commit is contained in:
Francisco 2019-07-04 18:15:45 +02:00 committed by GitHub
commit ad23896696
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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");