summaryrefslogtreecommitdiff
path: root/apps/include
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-17 13:18:52 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-17 13:18:52 -0600
commit046597e8450f5f588d96307674a3ffd21d6ae779 (patch)
tree62292fba0238a0b47dbae3ec4487e053ac732372 /apps/include
parent2d4eb806259e4c25892ee0a9f882654d49a5cec6 (diff)
downloadnuttx-046597e8450f5f588d96307674a3ffd21d6ae779.tar.gz
nuttx-046597e8450f5f588d96307674a3ffd21d6ae779.tar.bz2
nuttx-046597e8450f5f588d96307674a3ffd21d6ae779.zip
SAMA5D4: More progress on XDMAC driver (still no complete); Also fixes some critical errors in the SAMA5D3 DMA definitions
Diffstat (limited to 'apps/include')
-rw-r--r--apps/include/hex2bin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/include/hex2bin.h b/apps/include/hex2bin.h
index 73512a3c3..366ee5479 100644
--- a/apps/include/hex2bin.h
+++ b/apps/include/hex2bin.h
@@ -116,7 +116,7 @@
enum hex2bin_swap_e
{
- HEX2BIN_NOSWAP = 0, /* No swap, stream is the correct byte order */
+ HEX2BIN_NOSWAP = 0, /* No swap, stream is in the correct byte order */
HEX2BIN_SWAP16 = 1, /* Swap bytes in 16-bit values */
HEX2BIN_SWAP32 = 2 /* Swap bytes in 32-bit values */
};