28 Oct
2015
28 Oct
'15
9:18 p.m.
On Wed, Oct 28, 2015 at 1:08 PM, Fabio Estevam festevam@gmail.com wrote:
Hi Caleb,
On Wed, Oct 28, 2015 at 5:53 PM, Caleb Crome caleb@crome.org wrote:
+// call fsl_ssi_dbg_update_sier_enbled every time sier is +// updated. it tracks which interrupts have ever been enabled. +// so that the print function can keep track.
The standard style for multi-line comments is:
/*
- Bla bla bla
- bla bla
- foo foo
*/
Ah, thanks. Will fix it and resubmit.
-Caleb