refactored compile time settings back into a new file called config.h
This commit is contained in:
parent
d00947a23a
commit
6d3ff506e8
8 changed files with 112 additions and 86 deletions
|
|
@ -58,6 +58,7 @@
|
|||
#include "nuts_bolts.h"
|
||||
#include "stepper.h"
|
||||
#include "settings.h"
|
||||
#include "config.h"
|
||||
#include "wiring_serial.h"
|
||||
|
||||
block_t block_buffer[BLOCK_BUFFER_SIZE]; // A ring buffer for motion instructions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue