Fixed ifdef typo in encoder_driver.ino

This commit is contained in:
Patrick Goebel 2015-11-22 17:06:20 -08:00
parent a60fdfee6b
commit b7f922f7e7

View File

@ -9,7 +9,7 @@
#ifdef USE_BASE
#if defined ROBOGAIA
#ifdef ROBOGAIA
/* The Robogaia Mega Encoder shield */
#include "MegaEncoderCounter.h"