From 72293deb0f9d92f57aaa10e84f6bcde830a63815 Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Wed, 8 Aug 2001 05:40:24 +0000 Subject: [lcd4linux @ 2001-08-08 05:40:24 by reinelt] renamed CLK_TCK to CLOCKS_PER_SEC --- udelay.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/udelay.c b/udelay.c index e9a3231..079f986 100644 --- a/udelay.c +++ b/udelay.c @@ -1,4 +1,4 @@ -/* $Id: udelay.c,v 1.5 2001/03/12 13:44:58 reinelt Exp $ +/* $Id: udelay.c,v 1.6 2001/08/08 05:40:24 reinelt Exp $ * * short delays * @@ -20,6 +20,10 @@ * * * $Log: udelay.c,v $ + * Revision 1.6 2001/08/08 05:40:24 reinelt + * + * renamed CLK_TCK to CLOCKS_PER_SEC + * * Revision 1.5 2001/03/12 13:44:58 reinelt * * new udelay() using Time Stamp Counters @@ -122,7 +126,7 @@ void udelay_calibrate (void) tick=clock(); while (clock()==tick); tick=clock(); - udelay(1000000/CLK_TCK); + udelay(1000000/CLOCKS_PER_SEC); if (clock()>tick) break; } @@ -134,7 +138,7 @@ void udelay_calibrate (void) tick=clock(); while (clock()==tick); tick=clock(); - udelay(1000000/CLK_TCK); + udelay(1000000/CLOCKS_PER_SEC); if (clock()>tick) loops_per_usec&=~bit; } -- cgit v1.2.3 mmit/php/readfile.php?h=v1.1&follow=1'>commitdiffstats
path: root/php/readfile.php (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-05Rearrange syslog output to read 8N1 rather than N81Jonathan McCrohan1-2/+2
2012-03-05Refactor codeJonathan McCrohan2-6/+4
2012-03-05Add syslog loggingJonathan McCrohan1-24/+57
2012-03-04Remove unused #define statementsJonathan McCrohan1-3/+0
2012-02-20Prune archive after 3 monthsJonathan McCrohan3-0/+7
2012-02-20Update documentationJonathan McCrohan1-3/+5
2012-02-20Add PHP to make installJonathan McCrohan1-0/+3
2012-02-20Update MakefileJonathan McCrohan1-0/+17
2012-02-20Move interval.txt to src/Jonathan McCrohan2-1/+1
2012-02-19Remove debug/testing files.Jonathan McCrohan50-4742/+0
2012-02-15Archive files after upload.Jonathan McCrohan1-0/+2
2012-02-12Fix typo in README.Jonathan McCrohan1-1/+1
2012-02-12Add ftp upload function + add documentation.Jonathan McCrohan5-3/+151
2012-01-10Handle 32bit signed overflow.Jonathan McCrohan1-1/+6
2012-01-10Update README.Jonathan McCrohan1-1/+3