mirror of
https://github.com/YikeStone/ros_arduino_bridge.git
synced 2025-08-04 03:34: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
|
#ifdef USE_BASE
|
||||||
|
|
||||||
#if defined ROBOGAIA
|
#ifdef ROBOGAIA
|
||||||
/* The Robogaia Mega Encoder shield */
|
/* The Robogaia Mega Encoder shield */
|
||||||
#include "MegaEncoderCounter.h"
|
#include "MegaEncoderCounter.h"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user