aboutsummaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttXNxFlat.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-17 00:30:12 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-17 00:30:12 +0000
commitcaeef71797019505fd450b1a0ae573ac5e490c6e (patch)
tree039d43ce0b08169a020076ccc59ee70b2e80c771 /nuttx/Documentation/NuttXNxFlat.html
parente7e1c6aee0e0d84f290995a092c1722878a54044 (diff)
downloadpx4-firmware-caeef71797019505fd450b1a0ae573ac5e490c6e.tar.gz
px4-firmware-caeef71797019505fd450b1a0ae573ac5e490c6e.tar.bz2
px4-firmware-caeef71797019505fd450b1a0ae573ac5e490c6e.zip
Change the way thread priority is handled in binfmt/ to better match the way that priority is set up for the builtin tasks
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5527 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttXNxFlat.html')
-rw-r--r--nuttx/Documentation/NuttXNxFlat.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/Documentation/NuttXNxFlat.html b/nuttx/Documentation/NuttXNxFlat.html
index 3a2ed8046..ed04f7f77 100644
--- a/nuttx/Documentation/NuttXNxFlat.html
+++ b/nuttx/Documentation/NuttXNxFlat.html
@@ -668,7 +668,7 @@ cat ../syscall/syscall.csv ../libc/lib.csv | sort >tmp.csv
</p>
</ul>
-<p><b><code>int exec_module(FAR const struct binary_s *bin, int priority)</code></b>
+<p><b><code>int exec_module(FAR const struct binary_s *bin)</code></b>
<ul>
<p><b>Description:</b>
Execute a module that has been loaded into memory by load_module().