aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/Arduino.h
diff options
context:
space:
mode:
Diffstat (limited to 'cores/arduino/Arduino.h')
-rw-r--r--cores/arduino/Arduino.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cores/arduino/Arduino.h b/cores/arduino/Arduino.h
index 16dd759..07bccd8 100644
--- a/cores/arduino/Arduino.h
+++ b/cores/arduino/Arduino.h
@@ -239,7 +239,7 @@ void noTone(uint8_t _pin);
// WMath prototypes
long random(long);
long random(long, long);
-void randomSeed(unsigned int);
+void randomSeed(unsigned long);
long map(long, long, long, long, long);
#endif