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

4
main.c
View File

@ -28,13 +28,13 @@
#include "gcode.h"
#include "serial_protocol.h"
#include "config.h"
#include "settings.h"
#include "wiring_serial.h"
int main(void)
{
sp_init(); // initialize the serial protocol
config_init();
settings_init();
plan_init(); // initialize the stepper plan subsystem
st_init(); // initialize the stepper subsystem
mc_init(); // initialize motion control subsystem