cleanup beep buzzer
This commit is contained in:
parent
5286a77c70
commit
fde22697d8
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user