From: Ben Harris Date: Sun, 31 Jan 2021 11:38:01 +0000 (+0000) Subject: Update comments for new URL of Simon Taylor's GPO Clock Systems site X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=08388eca5b50da7685ebad7cb343734a9074ea08;p=clunk.git Update comments for new URL of Simon Taylor's GPO Clock Systems site --- diff --git a/clunk.c b/clunk.c index 1bd3ecd..a19fc0a 100644 --- a/clunk.c +++ b/clunk.c @@ -16,7 +16,7 @@ * Post Office Specification PR 479C requires a pulse length of * 200-500 ms. * - * + * */ static long const pulsewidth = 200000000; /* nanoseconds */ @@ -35,7 +35,7 @@ static long const gapwidth = 500000000; /* nanoseconds */ * the end of summer time is done by stopping, in accordance with Post * Office Engineering Instruction B 5301, Issue 7. * - * + * */ static int const maxadvance = (10 * 3600) + (50 * 60);