mirror of
https://github.com/YikeStone/ros_arduino_bridge.git
synced 2025-08-03 03:04:09 +05:30
Changed #if defined to #ifdef in motor_driver.ino
This commit is contained in:
parent
9fb4e4e604
commit
ca9dc66cd3
@ -9,7 +9,7 @@
|
||||
|
||||
#ifdef USE_BASE
|
||||
|
||||
#if defined POLOLU_VNH5019
|
||||
#ifdef POLOLU_VNH5019
|
||||
/* Include the Pololu library */
|
||||
#include "DualVNH5019MotorShield.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user