Optional line number reporting bug fix.

- Fixed a bug where it would not compile when USE_LINE_NUMBERS was
enabled.
This commit is contained in:
Sonny Jeon 2015-08-29 16:28:29 -06:00
parent 9152d1429c
commit 9575199183
5 changed files with 14 additions and 4 deletions

View file

@ -23,7 +23,7 @@
// Grbl versioning system
#define GRBL_VERSION "1.0b"
#define GRBL_VERSION_BUILD "20150824"
#define GRBL_VERSION_BUILD "20150829"
// Define standard libraries used by Grbl.
#include <avr/io.h>