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

View File

@ -17,8 +17,8 @@
You should have received a copy of the GNU General Public License
along with Grbl. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef serial_h
#define serial_h
#ifndef protocol_h
#define protocol_h
#define STATUS_OK 0
#define STATUS_BAD_NUMBER_FORMAT 1