Fix indentation.

This commit is contained in:
Marek Bel 2019-07-10 17:39:24 +02:00
parent 4e7de776cd
commit e0f46f128d

View File

@ -267,9 +267,9 @@ void mmu_loop(void)
FDEBUG_PRINTF_P(PSTR("MMU => '%dok'\n"), mmu_finda);
puts_P(PSTR("MMU - ENABLED"));
mmu_enabled = true;
//-//
// ... PrinterType/Name
fSetMmuMode(true);
//-//
// ... PrinterType/Name
fSetMmuMode(true);
mmu_state = S::Idle;
}
return;