File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040
4141 //Define a version string of your firmware here
4242
43- #define VERSION 0.44
43+ #define VERSION 0.45
4444
4545#include "myLogging.h"
4646
Original file line number Diff line number Diff line change @@ -262,6 +262,7 @@ extern "C" int main(void)
262262 if (0 != sdoFrame)
263263 {
264264 SdoCommands::ProcessStandardCommands (sdoFrame);
265+ sdo.SendSdoReply (sdoFrame);
265266 }
266267
267268 if (sdo.GetPrintRequest () == PRINT_JSON)
Original file line number Diff line number Diff line change 15581558 <Unit filename =" libopeninv/include/params.h" />
15591559 <Unit filename =" libopeninv/include/picontroller.h" />
15601560 <Unit filename =" libopeninv/include/printf.h" />
1561+ <Unit filename =" libopeninv/include/sdocommands.h" />
15611562 <Unit filename =" libopeninv/include/sine_core.h" />
15621563 <Unit filename =" libopeninv/include/stm32_can.h" />
15631564 <Unit filename =" libopeninv/include/stm32_loader.h" />
15851586 <Unit filename =" libopeninv/src/params.cpp" />
15861587 <Unit filename =" libopeninv/src/picontroller.cpp" />
15871588 <Unit filename =" libopeninv/src/printf.cpp" />
1589+ <Unit filename =" libopeninv/src/sdocommands.cpp" />
15881590 <Unit filename =" libopeninv/src/sine_core.cpp" />
15891591 <Unit filename =" libopeninv/src/stm32_can.cpp" />
15901592 <Unit filename =" libopeninv/src/stm32scheduler.cpp" />
You can’t perform that action at this time.
0 commit comments