Use US spelling of 'behavior'

This commit is contained in:
Scott Lahteine
2019-05-15 01:49:17 -05:00
parent 7f1e0c5670
commit 785c01f2bc
82 changed files with 237 additions and 237 deletions

View File

@ -114,7 +114,7 @@ bool BLTouch::stow_proc() {
// At the moment that we come in here, we might (pulse) or will (SW mode) see the trigger on the pin.
// So even though we know a STOW will be ignored if an ALARM condition is active, we will STOW.
// Note: If the probe is deployed AND in an ALARM condition, this STOW will not pull up the pin
// and the ALARM condition will still be there. --> ANTClabs should change this behaviour maybe
// and the ALARM condition will still be there. --> ANTClabs should change this behavior maybe
// Attempt to STOW, wait for STOW_DELAY or ALARM
if (_stow_query_alarm()) {