mirror of
https://github.com/YikeStone/ros_arduino_bridge.git
synced 2025-08-03 11:14:08 +05:30
Fixed ifdef typo in encoder_driver.ino
This commit is contained in:
parent
a60fdfee6b
commit
b7f922f7e7
@ -9,7 +9,7 @@
|
||||
|
||||
#ifdef USE_BASE
|
||||
|
||||
#if defined ROBOGAIA
|
||||
#ifdef ROBOGAIA
|
||||
/* The Robogaia Mega Encoder shield */
|
||||
#include "MegaEncoderCounter.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user