From 09b298c5ec5eb20c6354ed44bcfb69d63fa03ce4 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 4 Jun 2010 19:07:13 +0000 Subject: [PATCH] Fix HTML error git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2724 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttxPortingGuide.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index ffaba7a73f0..e5ea9277626 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -373,7 +373,7 @@ Used to disable all interrupts.
  • - void irqrestore(irqstate_t flags): + void irqrestore(irqstate_t flags): Used to restore interrupt enables to the same state as before irqsave() was called.