From 4f3faded7163bb4d58a4bd03375f58fe5ed0a205 Mon Sep 17 00:00:00 2001 From: Petro Karashchenko Date: Thu, 6 Apr 2023 17:22:21 +0300 Subject: [PATCH] arch/arm/samv7: fix comment in freerun timer Signed-off-by: Petro Karashchenko --- arch/arm/src/samv7/sam_freerun.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/src/samv7/sam_freerun.c b/arch/arm/src/samv7/sam_freerun.c index 3d4b3d9f5fc..10f9e3aa6fb 100644 --- a/arch/arm/src/samv7/sam_freerun.c +++ b/arch/arm/src/samv7/sam_freerun.c @@ -155,7 +155,7 @@ int sam_freerun_initialize(struct sam_freerun_s *freerun, int chan, * TC_CMR_EEVTEDG_NONE - No external events (and, hence, no edges * TC_CMR_EEVT_TIOB - ???? REVISIT * TC_CMR_ENET=0 - External event trigger disabled - * TC_CMR_WAVSEL_UP - TC_CV is incremented from 0 to 0xffffffff + * TC_CMR_WAVSEL_UP - TC_CV is incremented from 0 to 0xffff * TC_CMR_WAVE - Waveform mode * TC_CMR_ACPA_NONE - RA compare has no effect on TIOA * TC_CMR_ACPC_NONE - RC compare has no effect on TIOA