Browse Source

fix "hex_address not defined" when UBL is enabled

pull/1/head
Bob-the-Kuhn 8 years ago
parent
commit
6a5d3b580d
  1. 4
      Marlin/Marlin.h

4
Marlin/Marlin.h

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

Loading…
Cancel
Save