just fooling around ... hangs on the qlilinux box.

This commit is contained in:
Ronald G. Minnich 2002-03-27 03:37:14 +00:00
parent c4233508f4
commit 019c4ca96b

View file

@ -234,8 +234,10 @@ main()
for(slot = 1; slot < 0xff; slot += 2) { for(slot = 1; slot < 0xff; slot += 2) {
unsigned char val; unsigned char val;
if (slot == 0x6a) if (slot == 0x67) {
slot = 0x71;
continue; continue;
}
smbus_read_byte(slot, 0, &val); smbus_read_byte(slot, 0, &val);
printf("slot 0x%x val 0x%x\n", slot, val); printf("slot 0x%x val 0x%x\n", slot, val);
} }