[PATCH 1/5] bsps/imxrt: Fix documentation error

Gedare Bloom gedare at rtems.org
Wed May 12 16:48:14 UTC 2021


On Wed, May 12, 2021 at 3:49 AM Christian Mauderer
<christian.mauderer at embedded-brains.de> wrote:
>
> Update #4180
> ---
>  bsps/arm/imxrt/include/fsl_qtmr.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/bsps/arm/imxrt/include/fsl_qtmr.h b/bsps/arm/imxrt/include/fsl_qtmr.h
> index a675413f8d..eb1d612ac3 100644
> --- a/bsps/arm/imxrt/include/fsl_qtmr.h
> +++ b/bsps/arm/imxrt/include/fsl_qtmr.h
> @@ -207,7 +207,7 @@ rtems_vector_number QTMR_get_IRQ_from_fdt(const void *fdt, int node);
>   *
>   * @param base     Quad Timer peripheral base address.
>   *
> - * @return IRQ vector number. BSP_INTERRUPT_VECTOR_INVALID on error.
> + * @return Clock frequency value in hertz
nit: missing period.

>   */
>  uint32_t QTMR_get_src_clk(TMR_Type *base);
>  #endif /* __rtems__ */
> --
> 2.26.2
>
> _______________________________________________
> devel mailing list
> devel at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel


More information about the devel mailing list