Fixes to e3000
This commit is contained in:
@@ -18,7 +18,7 @@ debug_build_flags = -O0 -g -ggdb
|
||||
monitor_port = COM3
|
||||
monitor_filters = send_on_enter, time, colorize, log2file
|
||||
monitor_speed = 115200
|
||||
build_flags = -Wl,--no-warn-rwx-segment -Ilib/soes/include/sys/gcc -DAX58100 -DNOT_STEPPER_TEST
|
||||
build_flags = -Wl,--no-warn-rwx-segment -Ilib/soes/include/sys/gcc -DAX58100
|
||||
lib_deps =
|
||||
SPI
|
||||
rlogiacco/CircularBuffer
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "MyENcoder.h"
|
||||
#include "MyEncoder.h"
|
||||
|
||||
MyEncoder::MyEncoder(TIM_TypeDef *_tim_base, uint8_t _indexPin, void irq(void))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user