From 6aca1466f4b8cfe9397a25575c1aa130892d28e0 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 4 Jun 2010 19:07:13 +0000 Subject: Fix HTML error git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2724 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/Documentation/NuttxPortingGuide.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html index ffaba7a73..e5ea92776 100644 --- a/nuttx/Documentation/NuttxPortingGuide.html +++ b/nuttx/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.
  • -- cgit v1.2.3