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