renamed wiring_serial to serial to reflect its complete remake

This commit is contained in:
Simen Svale Skogsrud
2011-05-31 22:45:38 +02:00
parent 33a940cdf8
commit defabc80ed
11 changed files with 13 additions and 15 deletions

2
main.c
View File

@ -31,7 +31,7 @@
#include "limits.h"
#include "settings.h"
#include "wiring_serial.h"
#include "serial.h"
// #ifndef __AVR_ATmega328P__
// # error "As of version 0.6 Grbl only supports atmega328p. If you want to run Grbl on an 168 check out 0.51 ('git co v0_51')"