1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-23 12:04:19 +00:00

fix "hex_address not defined" when UBL is enabled

This commit is contained in:
Bob-the-Kuhn 2017-06-03 13:19:55 -05:00
parent d336e413aa
commit 6a5d3b580d

View File

@ -35,6 +35,10 @@
#include "MarlinConfig.h"
#ifdef DEBUG_GCODE_PARSER
#include "gcode.h"
#endif
#include "enum.h"
#include "types.h"
#include "fastio.h"