aboutsummaryrefslogtreecommitdiff
path: root/core/arduino/WProgram.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/arduino/WProgram.h')
-rwxr-xr-xcore/arduino/WProgram.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/core/arduino/WProgram.h b/core/arduino/WProgram.h
deleted file mode 100755
index d6d5ccc..0000000
--- a/core/arduino/WProgram.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#include <stdlib.h>
-#include <string.h>
-#include <math.h>
-
-#include <avr/interrupt.h>
-#include <avr/signal.h>
-
-#include "wiring.h"
-
-#ifdef __cplusplus
-#include "HardwareSerial.h"
-
-// random prototypes
-long random(long);
-long random(long, long);
-void randomSeed(unsigned int);
-#endif