Fix undefined STATUS_CHAMBER_WIDTH
This commit is contained in:
parent
cc822bf70f
commit
870a1f753a
1 changed files with 3 additions and 1 deletions
|
@ -854,7 +854,9 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
#else // HAS_HEATED_CHAMBER
|
#endif
|
||||||
|
|
||||||
|
#ifndef STATUS_CHAMBER_WIDTH
|
||||||
#define STATUS_CHAMBER_WIDTH 0
|
#define STATUS_CHAMBER_WIDTH 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Reference in a new issue