diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 2422c398eb..16ca041dba 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -12,7 +12,7 @@

NuttX RTOS Porting Guide

-

Last Updated: February 01, 2016

+

Last Updated: February 14, 2016

@@ -509,6 +509,7 @@
  • irqstate_t irqsave(void): Used to disable all interrupts. + In the case of multi-CPU platforms, this function disables interrupts on CPUs.
  • void irqrestore(irqstate_t flags):