Просмотр исходного кода

Remove debugging call to getchar()

tags/v0.9.3
Michael Brown 21 лет назад
Родитель
Сommit
86d2127204
1 измененных файлов: 0 добавлений и 3 удалений
  1. 0
    3
      src/drivers/bus/isapnp.c

+ 0
- 3
src/drivers/bus/isapnp.c Просмотреть файл

395
 	/* Return number of cards found */
395
 	/* Return number of cards found */
396
 	DBG ( "ISAPnP found %d cards at read port %hx\n",
396
 	DBG ( "ISAPnP found %d cards at read port %hx\n",
397
 	      isapnp_max_csn, isapnp_read_port );
397
 	      isapnp_max_csn, isapnp_read_port );
398
-
399
-	getchar();
400
-
401
 	return isapnp_max_csn;
398
 	return isapnp_max_csn;
402
 }
399
 }
403
 
400
 

Загрузка…
Отмена
Сохранить