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:
parent
1d7b825122
commit
660b375082
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user