瀏覽代碼

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);