renamed config.* to settings.*

This commit is contained in:
Simen Svale Skogsrud
2011-02-05 00:45:41 +01:00
parent 682e23eb7b
commit d00947a23a
10 changed files with 16 additions and 16 deletions

View File

@@ -57,7 +57,7 @@
#include "stepper_plan.h"
#include "nuts_bolts.h"
#include "stepper.h"
#include "config.h"
#include "settings.h"
#include "wiring_serial.h"
block_t block_buffer[BLOCK_BUFFER_SIZE]; // A ring buffer for motion instructions