KA10: Removed tabs that got added by accident.
This commit is contained in:
parent
c37d26a370
commit
5b3e28263c
2 changed files with 2 additions and 2 deletions
|
@ -407,7 +407,7 @@ void *blink(void *ptr)
|
||||||
leds |= (pi_enable) ? PION_LAMP : 0;
|
leds |= (pi_enable) ? PION_LAMP : 0;
|
||||||
leds |= (PIR & PI_REQ_MASK6) << PI_REQ_V_6;
|
leds |= (PIR & PI_REQ_MASK6) << PI_REQ_V_6;
|
||||||
leds |= (PIH & PI_PRO_MASK6) << PI_PRO_V_6;
|
leds |= (PIH & PI_PRO_MASK6) << PI_PRO_V_6;
|
||||||
leds |= (MI_flag) ? PI_LAMP : MI_LAMP;
|
leds |= (MI_flag) ? PI_LAMP : MI_LAMP;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -12263,7 +12263,7 @@ last:
|
||||||
if (QITS)
|
if (QITS)
|
||||||
load_quantum();
|
load_quantum();
|
||||||
#endif
|
#endif
|
||||||
RUN = 0;
|
RUN = 0;
|
||||||
return SCPE_STEP;
|
return SCPE_STEP;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue