From e110dbafd9c77f6e14335db5c2db12f4ef031fe7 Mon Sep 17 00:00:00 2001 From: pwpiwi Date: Wed, 15 Nov 2017 08:09:01 +0100 Subject: [PATCH] fix comment --- armsrc/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/armsrc/util.c b/armsrc/util.c index 72240ff8..e25c6e0b 100644 --- a/armsrc/util.c +++ b/armsrc/util.c @@ -422,7 +422,7 @@ void StartCountSspClk() // The high word of the counter (TC2) will not reset until the low word (TC0) overflows. Therefore need to wait quite some time before // we can use the counter. while (AT91C_BASE_TC0->TC_CV < 0xFFFF); - // Note: needs two more SSP_CLK cycles (total 2.36 us) until TC2 resets. Don't call GetCountSspClk() that soon. + // Note: needs one more SSP_CLK cycle (1.18 us) until TC2 resets. Don't call GetCountSspClk() that soon. }