use correct LED for error blinking
This commit is contained in:
parent
cbd28f9a12
commit
f0bf10d91d
@ -238,9 +238,9 @@ int main()
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (error_state) {
|
if (error_state) {
|
||||||
led_set(1, !led_get(1));
|
led_set(0, !led_get(0));
|
||||||
} else {
|
} else {
|
||||||
led_set(1, 0);
|
led_set(0, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
pt1000_status = adc_pt1000_check_error();
|
pt1000_status = adc_pt1000_check_error();
|
||||||
|
Loading…
Reference in New Issue
Block a user