summaryrefslogtreecommitdiff
path: root/nuttx/arch/avr/src/common
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-10-31 15:56:47 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-10-31 15:56:47 +0000
commitd340df87111d2c9ba81ec5c9773d481896717c51 (patch)
treecc108921483fee650812c9e74b6cceccce7b7abd /nuttx/arch/avr/src/common
parent5592312904f37b7b08aa9e7be0bf19be4fc93d07 (diff)
downloadpx4-nuttx-d340df87111d2c9ba81ec5c9773d481896717c51.tar.gz
px4-nuttx-d340df87111d2c9ba81ec5c9773d481896717c51.tar.bz2
px4-nuttx-d340df87111d2c9ba81ec5c9773d481896717c51.zip
Fix heap allocation and RTC not-busy wait
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3065 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/avr/src/common')
-rw-r--r--nuttx/arch/avr/src/common/up_allocateheap.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/nuttx/arch/avr/src/common/up_allocateheap.c b/nuttx/arch/avr/src/common/up_allocateheap.c
index 62be64338..675352d5e 100644
--- a/nuttx/arch/avr/src/common/up_allocateheap.c
+++ b/nuttx/arch/avr/src/common/up_allocateheap.c
@@ -68,10 +68,9 @@
* Name: up_allocate_heap
*
* Description:
- * The heap may be statically allocated by
- * defining CONFIG_HEAP_BASE and CONFIG_HEAP_SIZE. If these
- * are not defined, then this function will be called to
- * dynamically set aside the heap region.
+ * The heap may be statically allocated by defining CONFIG_HEAP_BASE and
+ * CONFIG_HEAP_SIZE. If these are not defined, then this function will be
+ * called to dynamically set aside the heap region.
*
****************************************************************************/