Fixed indentation in encoder_driver.h

This commit is contained in:
Patrick Goebel 2016-03-15 07:46:42 -07:00
parent f7c01d41c5
commit bf88d3fa03

View File

@ -19,8 +19,8 @@
#define chipSelectPin2 9
#define chipSelectPin3 8
#define CNTR B00100000
#define CLR B00000000
#define CNTR B00100000
#define CLR B00000000
#endif
void initEncoders();