moved <stdio.h> to more dominant location.
This commit is contained in:
parent
460b788d78
commit
986f0ba76c
2 changed files with 4 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue