changed uptime to 1000

pull/170/head
alanbjohnston 4 years ago committed by GitHub
parent d91f5f6b4d
commit 13da768e06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -190,7 +190,7 @@ int uart_fd;
int reset_count = 0;
float uptime_sec = 1000;
long int uptime = 0;
long int uptime = 1000;
char call[5];
char sim_yes[10];

Loading…
Cancel
Save

Powered by TurnKey Linux.