dont power off device on test program exit
This commit is contained in:
parent
f76f56a471
commit
6d1ba882c7
1 changed files with 1 additions and 2 deletions
3
main.c
3
main.c
|
|
@ -84,8 +84,7 @@ int main(int argc, char* argv[])
|
||||||
printf("Failed to set current\n");
|
printf("Failed to set current\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
uvosled_poweroff(&led);
|
|
||||||
uvosled_disconnect(&led);
|
uvosled_disconnect(&led);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue