[PATCH 1/5] bsps/imxrt: Fix documentation error
Christian Mauderer
christian.mauderer at embedded-brains.de
Wed May 12 09:48:18 UTC 2021
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
*/
uint32_t QTMR_get_src_clk(TMR_Type *base);
#endif /* __rtems__ */
--
2.26.2
More information about the devel
mailing list