소스 검색

send cancel symbol in case of reset with cancel

Fischer, Simon | Friedrich Lütze GmbH 1 년 전
부모
커밋
8ba735f375
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/shellmatta_ymodem.c

+ 2 - 0
src/shellmatta_ymodem.c

@@ -526,6 +526,8 @@ void shellmatta_ymodem_reset(shellmatta_handle_t handle, bool doCancel)
     /* call cancel callback function */
     if (doCancel)
     {
+        /* send cancel symbol */
+        shellmatta_ymodem_control(handle, YMODEM_CA);
         if (shellmatta_ymodem_callbacks.yModemCancelCallback != (void*)0u)
         {
             shellmatta_ymodem_callbacks.yModemCancelCallback();