added error messages and dropped echoing of command input

This commit is contained in:
Simen Svale Skogsrud
2011-02-05 00:39:34 +01:00
parent 9f5365aac9
commit 682e23eb7b
2 changed files with 19 additions and 6 deletions

View File

@ -27,8 +27,7 @@
#define GCSTATUS_BAD_NUMBER_FORMAT 1
#define GCSTATUS_EXPECTED_COMMAND_LETTER 2
#define GCSTATUS_UNSUPPORTED_STATEMENT 3
#define GCSTATUS_MOTION_CONTROL_ERROR 4
#define GCSTATUS_FLOATING_POINT_ERROR 5
#define GCSTATUS_FLOATING_POINT_ERROR 4
// Initialize the parser
void gc_init();