Merge fixes.
This commit is contained in:
parent
4402a9f74a
commit
b8f0a2399e
6 changed files with 1 additions and 15 deletions
1
limits.c
1
limits.c
|
|
@ -67,7 +67,6 @@ ISR(LIMIT_INT_vect)
|
|||
if (sys.state != STATE_ALARM) {
|
||||
if (bit_isfalse(sys.execute,EXEC_ALARM)) {
|
||||
mc_reset(); // Initiate system kill.
|
||||
report_alarm_message(ALARM_HARD_LIMIT);
|
||||
sys.execute |= EXEC_CRIT_EVENT; // Indicate hard limit critical event
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue