|
From: <adr...@us...> - 2011-06-28 17:08:15
|
Revision: 4143
http://reprap.svn.sourceforge.net/reprap/?rev=4143&view=rev
Author: adrian-bowyer
Date: 2011-06-28 17:08:09 +0000 (Tue, 28 Jun 2011)
Log Message:
-----------
Fixed bug described here: http://forums.reprap.org/read.php?146,69681,69681,quote=1
Now it compiles at least. Will test later this evening I hope.
Modified Paths:
--------------
trunk/software/firmware/FiveD_GCode/FiveD_GCode_Interpreter/FiveD_GCode_Interpreter.pde
Modified: trunk/software/firmware/FiveD_GCode/FiveD_GCode_Interpreter/FiveD_GCode_Interpreter.pde
===================================================================
--- trunk/software/firmware/FiveD_GCode/FiveD_GCode_Interpreter/FiveD_GCode_Interpreter.pde 2011-06-22 18:59:30 UTC (rev 4142)
+++ trunk/software/firmware/FiveD_GCode/FiveD_GCode_Interpreter/FiveD_GCode_Interpreter.pde 2011-06-28 17:08:09 UTC (rev 4143)
@@ -1,8 +1,8 @@
#include <ctype.h>
#include <stdio.h>
+#include "WProgram.h"
#include <HardwareSerial.h>
#include <avr/pgmspace.h>
-#include "WProgram.h"
#include "vectors.h"
#include "features.h"
#include "configuration.h"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|