From: batt Date: Sat, 10 Oct 2009 11:19:48 +0000 (+0000) Subject: Typo. X-Git-Tag: 2.3.0~19 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=fbcbf0b9c9aba1de5dd1fe41aeeaa6c7bf74d1f3;p=bertos.git Typo. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3064 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/hw/hw_afsk.h b/bertos/hw/hw_afsk.h index 0cd4ce36..e31c5bfd 100644 --- a/bertos/hw/hw_afsk.h +++ b/bertos/hw/hw_afsk.h @@ -63,7 +63,7 @@ /** * Initialize the specified channel of the DAC for AFSK needs. - * The DAC have to be configured in order to call an ISR for every sample sent. + * The DAC has to be configured in order to call an ISR for every sample sent. * The DAC doesn't have to start the IRQ immediatly but have to wait * the AFSK driver to call AFSK_DAC_IRQ_START(). * The ISR must then call afsk_dac_isr() passing the AFSK context.