mirror of
git://projects.qi-hardware.com/antorcha.git
synced 2024-11-22 12:06:16 +02:00
fw/diag.c (do_diag): update explanation why we don't enable interrupts
The hang was caused by the RF subsystem getting into trouble. The interrupts still cause some issues, so we don't enable them yet. A system reset (ant-cl -R) will clean up everything nicely.
This commit is contained in:
parent
a70caced48
commit
8108aaccd1
@ -50,8 +50,8 @@ static void do_diag(void)
|
|||||||
}
|
}
|
||||||
set_line(localize_line(0, 0));
|
set_line(localize_line(0, 0));
|
||||||
/*
|
/*
|
||||||
* @@@ for some reason the firmware often hangs if we enable
|
* @@@ for some reason we get a difference of 100 mV between passes
|
||||||
* interrupts here
|
* if we enable interrupts here
|
||||||
*
|
*
|
||||||
* sei();
|
* sei();
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user