Skip to content

Commit

Permalink
Updated submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
terjeio committed Feb 23, 2024
1 parent 61544b2 commit 27536ca
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion main/grbl
Submodule grbl updated 27 files
+6 −2 README.md
+39 −3 changelog.md
+5 −5 crossbar.c
+127 −76 crossbar.h
+8 −5 driver_opts.h
+1 −1 grbl.h
+227 −22 grbllib.c
+323 −12 ioports.c
+11 −4 ioports.h
+7 −6 messages.c
+7 −6 messages.h
+275 −69 pin_bits_masks.h
+7 −6 probe.h
+46 −34 protocol.c
+13 −7 protocol.h
+110 −32 report.c
+15 −11 rgb.h
+15 −7 settings.c
+23 −15 sleep.c
+4 −2 spindle_control.c
+58 −54 spindle_control.h
+4 −9 stepper.c
+43 −21 stepper2.c
+6 −5 stepper2.h
+20 −17 stream.c
+0 −59 task.c
+33 −0 task.h
2 changes: 1 addition & 1 deletion main/keypad
2 changes: 1 addition & 1 deletion main/laser
Submodule laser updated 1 files
+22 −36 coolant.c
2 changes: 1 addition & 1 deletion main/networking
Submodule networking updated 1 files
+49 −62 wiznet/enet.c
2 changes: 1 addition & 1 deletion main/spindle
Submodule spindle updated 3 files
+5 −6 pwm.c
+14 −14 pwm_clone.c
+5 −6 stepper.c
2 changes: 1 addition & 1 deletion main/webui
Submodule webui updated 5 files
+12 −13 commands_v2.c
+114 −109 commands_v3.c
+45 −41 fs_handlers.c
+11 −24 login.c
+14 −14 server.c

0 comments on commit 27536ca

Please sign in to comment.