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

@ -26,7 +26,7 @@
#include <string.h>
#include "nuts_bolts.h"
#include <math.h>
#include "config.h"
#include "settings.h"
#include "motion_control.h"
#include "spindle_control.h"
#include "errno.h"