Trivial coding standard fix.

This commit is contained in:
Gregory Nutt 2018-06-08 11:14:28 -06:00
parent 084a90b468
commit 8d7333710e

View File

@ -54,6 +54,7 @@
* *
* Description: Return true is we are currently executing in * Description: Return true is we are currently executing in
* the interrupt handler context. * the interrupt handler context.
*
****************************************************************************/ ****************************************************************************/
bool up_interrupt_context(void) bool up_interrupt_context(void)