Skip to content

Commit

Permalink
Fix problem with indirect parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchBradley committed Nov 22, 2024
1 parent a20eabd commit 4d52810
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion FluidNC/src/Parameters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,6 @@ bool get_param_ref(const char* line, size_t& pos, param_ref_t& param_ref) {
return true;
case '[': {
// Expression evaluating to param number
++pos;
Error status = expression(line, pos, result);
if (status != Error::Ok) {
log_debug(errorString(status));
Expand Down

0 comments on commit 4d52810

Please sign in to comment.