diff --git a/arch/arm/src/sama5/sam_oneshot.c b/arch/arm/src/sama5/sam_oneshot.c index 45e70d7aa43..0ff07054fe0 100644 --- a/arch/arm/src/sama5/sam_oneshot.c +++ b/arch/arm/src/sama5/sam_oneshot.c @@ -267,6 +267,7 @@ int sam_oneshot_start(struct sam_oneshot_s *oneshot, oneshot_handler_t handler, { /* Yes.. then cancel it */ + tcvdbg("Already running... cancelling\n"); (void)sam_oneshot_cancel(oneshot, NULL); } diff --git a/arch/arm/src/sama5/sam_tc.c b/arch/arm/src/sama5/sam_tc.c index 8f3bda08328..2e0c85f0804 100644 --- a/arch/arm/src/sama5/sam_tc.c +++ b/arch/arm/src/sama5/sam_tc.c @@ -855,8 +855,8 @@ static int sam_tc_freqdiv_lookup(uint32_t ftcin, int ndx) * Name: sam_tc_divfreq_lookup * * Description: - * Given the TC input frequency (Ftcin) and a divider index, return the value of - * the divided frequency + * Given the TC input frequency (Ftcin) and a divider index, return the + * value of the divided frequency * * Input Parameters: * ftcin - TC input frequency