dont power off device on test program exit

This commit is contained in:
uvos 2021-06-28 18:10:56 +02:00
parent f76f56a471
commit 6d1ba882c7

3
main.c
View File

@ -84,8 +84,7 @@ int main(int argc, char* argv[])
printf("Failed to set current\n");
}
}
uvosled_poweroff(&led);
uvosled_disconnect(&led);
return 0;
}