소스 검색

typo in write error response

Eric Betts 1 년 전
부모
커밋
c3469411e6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      virtual_portal.c

+ 1 - 1
virtual_portal.c

@@ -305,7 +305,7 @@ int virtual_portal_write(VirtualPortal* virtual_portal, uint8_t* message, uint8_
 
     PoFToken* pof_token = virtual_portal->tokens[arrayIndex];
     if(!pof_token->loaded) {
-        response[0] = 'Q';
+        response[0] = 'W';
         response[1] = 0x01;
         return 2;
     }