chiark / gitweb /
moved <stdio.h> to more dominant location.
authorBernhard <bkubicek@x201.(none)>
Wed, 7 Dec 2011 19:56:47 +0000 (20:56 +0100)
committerBernhard <bkubicek@x201.(none)>
Wed, 7 Dec 2011 19:56:47 +0000 (20:56 +0100)
Marlin/Marlin.h
Marlin/Marlin.pde

index 910cf46ad39dc0b9acc999e2c53a203c0a7838bf..73ffd421af827474226f5bb1d4e3469f1093c824 100644 (file)
@@ -4,6 +4,7 @@
 // Tonokip RepRap firmware rewrite based off of Hydra-mmm firmware.
 // Licence: GPL
 #define  HardwareSerial_h // trick to disable the standard HWserial
+#include <stdio.h>
 #include <math.h>
 #if ARDUINO >= 100
   #include "Arduino.h"
index d0b5a0925378db33a65512a95616ac261d2c91c9..ac42c15846c2bc0158e3d4a22d628223821bcffe 100644 (file)
@@ -27,6 +27,8 @@
 
 #include <math.h>
 #include <EEPROM.h>
+#include <stdio.h>
+
 #include "EEPROMwrite.h"
 #include "fastio.h"
 #include "Configuration.h"
@@ -39,7 +41,7 @@
 #include "motion_control.h"
 #include "cardreader.h"
 #include "watchdog.h"
-#include <stdio.h>
+
 
 
 #define VERSION_STRING  "1.0.0 Beta 1"