From ae97a69d267e4b3660ca8ae16dd25e233823c5d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Thu, 18 Mar 2021 23:15:13 +0100 Subject: [PATCH] documentation --- stm-firmware/include/reflow-controller/safety/stack-check.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stm-firmware/include/reflow-controller/safety/stack-check.h b/stm-firmware/include/reflow-controller/safety/stack-check.h index 24dfa61..62b8091 100644 --- a/stm-firmware/include/reflow-controller/safety/stack-check.h +++ b/stm-firmware/include/reflow-controller/safety/stack-check.h @@ -87,7 +87,7 @@ int stack_check_init_corruption_detect_area(void); * @ref stack_check_init_corruption_detect_area beforehand. * * The CRC unit must be enabled for this function to work properly. - * After calling @stack_check_init_corruption_detect_area, this is the case. + * After calling @ref stack_check_init_corruption_detect_area, this is the case. * * @return 0 if no error is detected, all other values are an error. * @note Make sure CRC unit is enabled.