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.