Only formatting

This commit is contained in:
Ivo Pischner 2020-10-27 19:16:52 +01:00
parent 53f07e4400
commit b45fc1ef4b
1 changed files with 27 additions and 27 deletions

View File

@ -488,7 +488,7 @@
#define BLTOUCH_OD_MODE 150
#define BLTOUCH_RESET 160
/**
/**
* The following commands require different minimum delays.
*
* 500ms required for a reliable Reset.
@ -497,24 +497,24 @@
* will not be seen until the following move command.
*/
#ifndef BLTOUCH_SET5V_DELAY
#ifndef BLTOUCH_SET5V_DELAY
#define BLTOUCH_SET5V_DELAY 150
#endif
#ifndef BLTOUCH_SETOD_DELAY
#endif
#ifndef BLTOUCH_SETOD_DELAY
#define BLTOUCH_SETOD_DELAY 150
#endif
#ifndef BLTOUCH_MODE_STORE_DELAY
#endif
#ifndef BLTOUCH_MODE_STORE_DELAY
#define BLTOUCH_MODE_STORE_DELAY 150
#endif
#ifndef BLTOUCH_DEPLOY_DELAY
#endif
#ifndef BLTOUCH_DEPLOY_DELAY
#define BLTOUCH_DEPLOY_DELAY 750
#endif
#ifndef BLTOUCH_STOW_DELAY
#endif
#ifndef BLTOUCH_STOW_DELAY
#define BLTOUCH_STOW_DELAY 750
#endif
#ifndef BLTOUCH_RESET_DELAY
#endif
#ifndef BLTOUCH_RESET_DELAY
#define BLTOUCH_RESET_DELAY 500
#endif
#endif
#define _TEST_BLTOUCH(P) (READ(P##_PIN) != P##_ENDSTOP_INVERTING)