aboutsummaryrefslogtreecommitdiff
path: root/nuttx/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-09-14 20:16:06 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-09-14 20:16:06 +0000
commit7c82cf692476202eb80d4caa4122c4cd390d2b2d (patch)
treea9676ec3b373a3a02785f9279218142d7c00d41c /nuttx/include
parent2c2ba7f0c5f99aef3fac0eaa8a2c7a79c5faa74d (diff)
downloadpx4-firmware-7c82cf692476202eb80d4caa4122c4cd390d2b2d.tar.gz
px4-firmware-7c82cf692476202eb80d4caa4122c4cd390d2b2d.tar.bz2
px4-firmware-7c82cf692476202eb80d4caa4122c4cd390d2b2d.zip
Fix ENC28J60 chip enable issue
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5153 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/include')
-rw-r--r--nuttx/include/nuttx/gran.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/nuttx/include/nuttx/gran.h b/nuttx/include/nuttx/gran.h
index 5390618a3..5e980dd9c 100644
--- a/nuttx/include/nuttx/gran.h
+++ b/nuttx/include/nuttx/gran.h
@@ -92,11 +92,10 @@ extern "C" {
* Set up one granule allocator instance. Allocations will be aligned to
* the alignment size (log2align; allocations will be in units of the
* granule size (log2gran). Larger granules will give better performance
- * and less overhead but more losses of memory due to alignment
- * quantization waste. Additional memory waste can occur form alignment;
- * log2align should be set to 0 unless you are using the granule allocator
- * to manage DMA memory and your hardware has specific memory alignment
- * requirements.
+ * and less overhead but more losses of memory due to quantization waste.
+ * Additional memory waste can occur from alignment; log2align should be
+ * set to 0 unless you are using the granule allocator to manage DMA memory
+ * and your hardware has specific memory alignment requirements.
*
* Geneneral Usage Summary. This is an example using the GCC section
* attribute to position a DMA heap in memory (logic in the linker script