1
0
mirror of git://projects.qi-hardware.com/antorcha.git synced 2024-11-22 06:33:08 +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:
Werner Almesberger 2012-07-06 16:58:53 -03:00
parent a70caced48
commit 8108aaccd1

View File

@ -50,8 +50,8 @@ static void do_diag(void)
}
set_line(localize_line(0, 0));
/*
* @@@ for some reason the firmware often hangs if we enable
* interrupts here
* @@@ for some reason we get a difference of 100 mV between passes
* if we enable interrupts here
*
* sei();
*/