diff options
author | David A. Mellis <d.mellis@arduino.cc> | 2010-12-03 23:12:41 -0500 |
---|---|---|
committer | David A. Mellis <d.mellis@arduino.cc> | 2010-12-03 23:12:41 -0500 |
commit | 053ec1b989085e0d59f84ded8641058715701a8b (patch) | |
tree | 04bc744b58ddb6fcf71a80bbbf37a5146da43f5e /cores/arduino/WProgram.h | |
parent | 4fefe032a53667cba2b801d0cc5f021b3d457ddd (diff) |
Replacing custom String.toInt() function with a call to atol().
Diffstat (limited to 'cores/arduino/WProgram.h')
-rwxr-xr-x | cores/arduino/WProgram.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cores/arduino/WProgram.h b/cores/arduino/WProgram.h index 5afecb4..f73e760 100755 --- a/cores/arduino/WProgram.h +++ b/cores/arduino/WProgram.h @@ -10,6 +10,7 @@ #include "wiring.h" #ifdef __cplusplus +#include "WCharacter.h" #include "WString.h" #include "HardwareSerial.h" |