Missed some variable declarations

Integrated fixes from henrikbrixandersen pull request #504
This commit is contained in:
Gord Christmas
2013-06-06 09:18:03 -07:00
parent f4f30c9d64
commit a733537ddd
3 changed files with 8 additions and 2 deletions

View File

@ -41,6 +41,8 @@
detach() - Stops an attached servos from pulsing its i/o pin.
*/
#include "Configuration.h"
#ifdef NUM_SERVOS
#include <avr/interrupt.h>
#include <Arduino.h>