-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule grbl
updated
11 files
+1 −1 | README.md | |
+47 −0 | changelog.md | |
+2 −2 | config.h | |
+2 −2 | core_handlers.h | |
+1 −1 | grbl.h | |
+5 −5 | motion_control.c | |
+3 −3 | ngc_flowctrl.c | |
+6 −6 | plugins.h | |
+3 −1 | settings.c | |
+34 −31 | settings.h | |
+23 −13 | tool_change.c |
Submodule networking
updated
5 files
+43 −4 | networking.c | |
+6 −3 | networking.h | |
+1 −1 | wiznet/arch/sys_arch.c | |
+10 −26 | wiznet/enet.c | |
+4 −1 | wiznet/lwipopts.h |