diff options
author | David A. Mellis <d.mellis@arduino.cc> | 2008-09-17 14:15:11 +0000 |
---|---|---|
committer | David A. Mellis <d.mellis@arduino.cc> | 2008-09-17 14:15:11 +0000 |
commit | 28db292f4371925159eee720b79e33723107b965 (patch) | |
tree | a117c0bf7b8d28e07a5898774b93a10404a9afa8 /libraries | |
parent | 03a51e5ab74fab32ca6809074bdee7f27b5acf2a (diff) |
Removing WConstants.h include from Stepper.h so it compiles with new WProgram.h include placement. Updated readme.
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/Stepper/Stepper.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libraries/Stepper/Stepper.h b/libraries/Stepper/Stepper.h index a3aa180..4094aee 100644 --- a/libraries/Stepper/Stepper.h +++ b/libraries/Stepper/Stepper.h @@ -45,9 +45,6 @@ #ifndef Stepper_h #define Stepper_h -// include types & constants of Wiring core API -#include "WConstants.h" - // library interface description class Stepper { public: |