28 Oct
2015
28 Oct
'15
9:08 p.m.
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 */