Explorar el Código

typo in write error response

Eric Betts hace 11 meses
padre
commit
c3469411e6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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];
     PoFToken* pof_token = virtual_portal->tokens[arrayIndex];
     if(!pof_token->loaded) {
     if(!pof_token->loaded) {
-        response[0] = 'Q';
+        response[0] = 'W';
         response[1] = 0x01;
         response[1] = 0x01;
         return 2;
         return 2;
     }
     }