cleanup beep buzzer

This commit is contained in:
Gerolf Ziegenhain 2016-10-03 16:26:58 +02:00
parent 5286a77c70
commit fde22697d8
1 changed files with 1 additions and 0 deletions

View File

@ -400,6 +400,7 @@ int main(int argc, char *argv[])
send(fd_socket, &disconnect_packet, SIZE_COMMAND_PACKET, 0);
close(fd_socket);
close(fd_serial);
buzzer_stop();
exit(0);
}