kopia lustrzana https://github.com/gnea/grbl
Fix defaults.h include guard
While `defaults.h' checked for a `defaults_h' define to be present, it does not declare such a define. Thus it's easy to mess up including the file twice.pull/1041/head
rodzic
bfb67f0c79
commit
6b325f68ff
|
|
@ -26,6 +26,7 @@
|
|||
NOTE: Ensure one and only one of these DEFAULTS_XXX values is defined in config.h */
|
||||
|
||||
#ifndef defaults_h
|
||||
#define defaults_h
|
||||
|
||||
#ifdef DEFAULTS_GENERIC
|
||||
// Grbl generic default settings. Should work across different machines.
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue