mirror of
https://github.com/YikeStone/ros_arduino_bridge.git
synced 2025-08-03 19:24: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
|
#ifdef USE_BASE
|
||||||
|
|
||||||
#if defined POLOLU_VNH5019
|
#ifdef POLOLU_VNH5019
|
||||||
/* Include the Pololu library */
|
/* Include the Pololu library */
|
||||||
#include "DualVNH5019MotorShield.h"
|
#include "DualVNH5019MotorShield.h"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user