Encapsulate MMU internal state.
This commit is contained in:
parent
475641d666
commit
54138407dd
2 changed files with 1 additions and 3 deletions
|
@ -28,7 +28,7 @@ bool mmu_enabled = false;
|
|||
|
||||
bool mmu_ready = false;
|
||||
|
||||
int8_t mmu_state = 0;
|
||||
static int8_t mmu_state = 0;
|
||||
|
||||
uint8_t mmu_cmd = 0;
|
||||
|
||||
|
|
|
@ -5,8 +5,6 @@
|
|||
|
||||
extern bool mmu_enabled;
|
||||
|
||||
extern int8_t mmu_state;
|
||||
|
||||
extern uint8_t mmu_extruder;
|
||||
|
||||
extern uint8_t tmp_extruder;
|
||||
|
|
Loading…
Reference in a new issue