whitespace

This commit is contained in:
PavelSindler 2019-02-15 14:19:30 +01:00
parent 0f791ce47f
commit 69ff37729e
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ void mmu_loop(void)
} }
return; return;
case 2: //response to command P0 case 2: //response to command P0
if (mmu_idl_sens) if (mmu_idl_sens)
{ {
if (PIN_GET(IR_SENSOR_PIN) == 0 && mmu_loading_flag) if (PIN_GET(IR_SENSOR_PIN) == 0 && mmu_loading_flag)
{ {