fix "hex_address not defined" when UBL is enabled
This commit is contained in:
		@@ -35,6 +35,10 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#include "MarlinConfig.h"
 | 
					#include "MarlinConfig.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#ifdef DEBUG_GCODE_PARSER
 | 
				
			||||||
 | 
					  #include "gcode.h"
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "enum.h"
 | 
					#include "enum.h"
 | 
				
			||||||
#include "types.h"
 | 
					#include "types.h"
 | 
				
			||||||
#include "fastio.h"
 | 
					#include "fastio.h"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user