Skip to content

Commit

Permalink
Update atc.h
Browse files Browse the repository at this point in the history
  • Loading branch information
bdring committed Sep 20, 2024
1 parent 94b2762 commit 69de7a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FluidNC/src/ToolChangers/atc.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ namespace ATCs {
virtual void probe_notification();
virtual bool tool_change(uint8_t value, bool pre_select, bool set_tool) = 0;

ATC* __atc;
ATC* _atc;

// Configuration handlers:
void validate() override {}
Expand Down

0 comments on commit 69de7a5

Please sign in to comment.