1
0
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:
Kaspar Schleiser 2010-11-18 16:16:57 +01:00
parent 8a041b8a3c
commit 071aa97254

View File

@ -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);
}