Encapsulate MMU internal state.

This commit is contained in:
Marek Bel 2018-08-23 23:16:39 +02:00
parent 475641d666
commit 54138407dd
2 changed files with 1 additions and 3 deletions

View file

@ -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;

View file

@ -5,8 +5,6 @@
extern bool mmu_enabled;
extern int8_t mmu_state;
extern uint8_t mmu_extruder;
extern uint8_t tmp_extruder;