X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fhw%2Fhw_afsk.h;h=e31c5bfd67077721f9f4737e25ef1597b0da8c0e;hb=fbcbf0b9c9aba1de5dd1fe41aeeaa6c7bf74d1f3;hp=0cd4ce36afe3b049eb7155596321680607a47845;hpb=3e7de48cbdf0a6c043a0836de2fcc41af5265dce;p=bertos.git 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.