燕建军 8 달 전
부모
커밋
4583116bbf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Core/Src/ffx_master.c

+ 1 - 1
Core/Src/ffx_master.c

@@ -36,7 +36,7 @@ static int32_t uart_write(const uint8_t *buf, uint16_t count, int32_t byte_timeo
     HAL_GPIO_WritePin(GPIOA, GPIO_PIN_1, GPIO_PIN_RESET);
     return count;
 }
-
+// task
 _Noreturn void ffx_poll_task(void *pv){
     for (;;)
     {