Merge pull request #4150 from gudnimg/psu-delta-typo

Fix a typo in `PSU_Delta` define
This commit is contained in:
3d-gussner 2023-09-12 16:28:32 +02:00 committed by GitHub
commit 5050fd768b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ struct TMCInitParams {
inline explicit TMCInitParams(bool bSuppressFlag, bool enableECool):bSuppressFlag(bSuppressFlag), enableECool(enableECool) { }
inline explicit TMCInitParams(bool enableECool)
: bSuppressFlag(
#ifdef PSU_delta
#ifdef PSU_Delta
1
#else
0