소스 검색

LPC part frequency echo

LPC part frequency is not being echoed during initialization. Removed awaiting the echo.
Mateusz Bugdalski 13 년 전
부모
커밋
a3ba7efb04
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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);