1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

remove obsolete debug messge

This commit is contained in:
Stefan Lankes 2016-08-15 20:00:39 +02:00
parent c38fe14dad
commit 1b0f24c47a

View file

@ -173,7 +173,6 @@ static int pit_init(void)
outportb(0x40, LATCH(TIMER_FREQ) >> 8); /* high byte */
kputs("pit_init\n");
return 0;
}