소스 검색

Cleanup: fix parameter comments

Guðni Már Gilbert 3 년 전
부모
커밋
cfc56af95c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Firmware/mmu2_reporting.cpp

+ 2 - 2
Firmware/mmu2_reporting.cpp

@@ -51,7 +51,7 @@ static void ReportErrorHookDynamicRender(void)
 
 /**
  * @brief Renders any characters that are static on the MMU error screen i.e. they don't change.
- * @param[in] ec Error code
+ * @param[in] ei Error code index
  */
 static void ReportErrorHookStaticRender(uint8_t ei) {
     //! Show an error screen
@@ -92,7 +92,7 @@ static void ReportErrorHookStaticRender(uint8_t ei) {
 
 /**
  * @brief Monitors the LCD button selection without blocking MMU communication
- * @param[in] ec Error code
+ * @param[in] ei Error code index
  * @return 0 if there is no knob click --
  * 1 if user clicked 'More' and firmware should render
  * the error screen when ReportErrorHook is called next --