summaryrefslogtreecommitdiff
path: root/nuttx/include/assert.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-07 16:34:39 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-07 16:34:39 +0000
commit0d33157ab2d7a4688cbf529bffda107b31b73735 (patch)
treee38cd5f2099b2702b0ba79ec31a047fc280e975d /nuttx/include/assert.h
parent6369c65dd8c42254ab59346c7ab20c74c54c0112 (diff)
downloadnuttx-0d33157ab2d7a4688cbf529bffda107b31b73735.tar.gz
nuttx-0d33157ab2d7a4688cbf529bffda107b31b73735.tar.bz2
nuttx-0d33157ab2d7a4688cbf529bffda107b31b73735.zip
Add Kinetis IRQ numbers
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3850 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include/assert.h')
-rw-r--r--nuttx/include/assert.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/include/assert.h b/nuttx/include/assert.h
index b15312195..c666d528c 100644
--- a/nuttx/include/assert.h
+++ b/nuttx/include/assert.h
@@ -1,7 +1,7 @@
/****************************************************************************
* include/assert.h
*
- * Copyright (C) 2007-2009 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007-2009, 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -50,9 +50,9 @@
/* Macro Name: ASSERT, ASSERTCODE, et al. */
#undef ASSERT
-#undef ASSERTFILE
#undef ASSERTCODE
#undef DEBUGASSERT
+#undef PANIC
#ifdef CONFIG_HAVE_FILENAME