Changed #if defined to #ifdef in motor_driver.ino

This commit is contained in:
Patrick Goebel 2015-12-06 21:42:07 -08:00
parent 9fb4e4e604
commit ca9dc66cd3

View File

@ -9,7 +9,7 @@
#ifdef USE_BASE #ifdef USE_BASE
#if defined POLOLU_VNH5019 #ifdef POLOLU_VNH5019
/* Include the Pololu library */ /* Include the Pololu library */
#include "DualVNH5019MotorShield.h" #include "DualVNH5019MotorShield.h"