mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
* removed unnecessary sleep
This commit is contained in:
parent
8a041b8a3c
commit
071aa97254
@ -78,8 +78,6 @@ int main(int argc, char **argv)
|
||||
char* port_name = argv[1];
|
||||
char* file_name = argv[2];
|
||||
|
||||
sleep(1);
|
||||
|
||||
if (open_serial_port(port_name) < 0) {
|
||||
return(1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user