From 72e9f39fbde96b484338cbbd785680e5ab4a2e72 Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Sat, 6 Oct 2007 14:09:02 +0000 Subject: Renaming core to targets. --- core/arduino/WProgram.h | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100755 core/arduino/WProgram.h (limited to 'core/arduino/WProgram.h') 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 -#include -#include - -#include -#include - -#include "wiring.h" - -#ifdef __cplusplus -#include "HardwareSerial.h" - -// random prototypes -long random(long); -long random(long, long); -void randomSeed(unsigned int); -#endif -- cgit v1.2.3-18-g5258