summaryrefslogtreecommitdiff
path: root/nuttx/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-03 13:39:16 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-03 13:39:16 +0000
commit4d4e9232f2be48b2abc0bcd71a73c80f8dafa570 (patch)
tree56b24bdcc5975b3beb67eb39b56379e1e84d951e /nuttx/include
parentc28eb26381526c7dde0ff574af476d0a4b213ad7 (diff)
downloadpx4-nuttx-4d4e9232f2be48b2abc0bcd71a73c80f8dafa570.tar.gz
px4-nuttx-4d4e9232f2be48b2abc0bcd71a73c80f8dafa570.tar.bz2
px4-nuttx-4d4e9232f2be48b2abc0bcd71a73c80f8dafa570.zip
STM32 FLASH changes from Freddie Chopin
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5473 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include')
-rw-r--r--nuttx/include/nuttx/progmem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/include/nuttx/progmem.h b/nuttx/include/nuttx/progmem.h
index ac5a65940..2da59eab1 100644
--- a/nuttx/include/nuttx/progmem.h
+++ b/nuttx/include/nuttx/progmem.h
@@ -99,7 +99,7 @@ uint16_t up_progmem_pagesize(uint16_t page);
* Address to page conversion
*
* Input Parameters:
- * addr - Address without flash offet (aligned to page0)
+ * addr - Address with of without flash offset (absolute or aligned to page0)
*
* Returned Value:
* Page or negative value on error. The following errors are reported
@@ -165,7 +165,7 @@ int up_progmem_ispageerased(uint16_t page);
* the address be aligned inside the page boundaries.
*
* Input Parameters:
- * addr - Address without flash offet (aligned to page0)
+ * addr - Address with or without flash offset (absolute or aligned to page0)
* buf - Pointer to buffer
* count - Number of bytes to write *
*