Procházet zdrojové kódy

moved <stdio.h> to more dominant location.

Bernhard před 13 roky
rodič
revize
986f0ba76c
2 změnil soubory, kde provedl 4 přidání a 1 odebrání
  1. 1
    0
      Marlin/Marlin.h
  2. 3
    1
      Marlin/Marlin.pde

+ 1
- 0
Marlin/Marlin.h Zobrazit soubor

@@ -4,6 +4,7 @@
4 4
 // Tonokip RepRap firmware rewrite based off of Hydra-mmm firmware.
5 5
 // Licence: GPL
6 6
 #define  HardwareSerial_h // trick to disable the standard HWserial
7
+#include <stdio.h>
7 8
 #include <math.h>
8 9
 #if ARDUINO >= 100
9 10
   #include "Arduino.h"

+ 3
- 1
Marlin/Marlin.pde Zobrazit soubor

@@ -27,6 +27,8 @@
27 27
 
28 28
 #include <math.h>
29 29
 #include <EEPROM.h>
30
+#include <stdio.h>
31
+
30 32
 #include "EEPROMwrite.h"
31 33
 #include "fastio.h"
32 34
 #include "Configuration.h"
@@ -39,7 +41,7 @@
39 41
 #include "motion_control.h"
40 42
 #include "cardreader.h"
41 43
 #include "watchdog.h"
42
-#include <stdio.h>
44
+
43 45
 
44 46
 
45 47
 #define VERSION_STRING  "1.0.0 Beta 1"

Loading…
Zrušit
Uložit