Explorar el Código

LPC part frequency echo

LPC part frequency is not being echoed during initialization. Removed awaiting the echo.
Mateusz Bugdalski hace 13 años
padre
commit
a3ba7efb04
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      lpc.c

+ 0 - 1
lpc.c

@@ -68,7 +68,6 @@ void lpc_init(struct lpc_device *dev) {
   if(strcmp(buf, "OK\r\n")!=0)
     sprog_error("Expected OK, received '%s'\n", buf);
   printf("12000\r\n");
-  fgets(buf, sizeof(buf), stdin); /* deny echoed line */
   fgets(buf, sizeof(buf), stdin);
   if(strcmp(buf, "OK\r\n")!=0)
     sprog_error("Expected OK, received '%s'\n", buf);