summaryrefslogtreecommitdiffstats
path: root/nuttx/sched
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-10-19 19:35:21 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-10-19 19:35:21 +0000
commit610b78c4e79f84a14047bfd19b3d8540df129f00 (patch)
tree2fb692b975e354d6d153dbbdb5f608b5e50fa563 /nuttx/sched
parent9b7812ade5a36da7418b8bf858ef5693b7b9f372 (diff)
Fixes for good C++ link
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4054 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/sched')
-rw-r--r--nuttx/sched/os_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/sched/os_internal.h b/nuttx/sched/os_internal.h
index 4ad8f087b5..16eb176e19 100644
--- a/nuttx/sched/os_internal.h
+++ b/nuttx/sched/os_internal.h
@@ -2,7 +2,7 @@
* sched/os_internal.h
*
* Copyright (C) 2007-2011 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -52,7 +52,7 @@
* Pre-processor Definitions
****************************************************************************/
-/* OS CRASH CODES */
+/* OS CRASH CODES: All must lie in the range 0-99 */
enum os_crash_codes_e
{