arch/arm/src/sama5/sam_dmac.c: Remove non ascii characters

0x91 and 0x92. I don't know what they are.
This commit is contained in:
YAMAMOTO Takashi 2020-12-05 08:13:16 +09:00 committed by Xiang Xiao
parent 2a94c70ec8
commit 260b1af52b

View File

@ -1658,7 +1658,7 @@ static inline int sam_single(struct sam_dmach_s *dmach)
sam_putdmach(dmach, dmach->cfg, SAM_DMAC_CH_CFG_OFFSET);
/* Enable the channel by writing a 1 to the CHER enable bit */
/* Enable the channel by writing a 1 to the CHER enable bit */
sam_putdmac(dmac, DMAC_CHER_ENA(dmach->chan), SAM_DMAC_CHER_OFFSET);
@ -1718,7 +1718,7 @@ static inline int sam_multiple(struct sam_dmach_s *dmach)
sam_putdmach(dmach, (uint32_t)llhead, SAM_DMAC_CH_DSCR_OFFSET);
/* Finally, enable the channel by writing a 1 to the CHER enable */
/* Finally, enable the channel by writing a 1 to the CHER enable */
sam_putdmac(dmac, DMAC_CHER_ENA(dmach->chan), SAM_DMAC_CHER_OFFSET);