Fix up tests

This commit is contained in:
Scott Lahteine
2020-02-11 09:05:45 -06:00
parent 189c101793
commit 7b02a62da8
5 changed files with 8 additions and 7 deletions

View File

@ -490,7 +490,7 @@
#endif
/**
* Set a flag for a servo probe
* Set a flag for a servo probe (or BLTouch)
*/
#define HAS_Z_SERVO_PROBE (defined(Z_PROBE_SERVO_NR) && Z_PROBE_SERVO_NR >= 0)