Update main.c

pull/26/head
alanbjohnston 7 years ago committed by GitHub
parent 9cef9c03f7
commit b8afc693d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -259,7 +259,9 @@ int main(int argc, char *argv[]) {
AX25_POSTAMBLE_LEN);
/* Infinite loop */
for (;;) {
//for (;;)
{
sleep(1); // Delay 1 second
#ifdef DEBUG_LOGGING

Loading…
Cancel
Save

Powered by TurnKey Linux.