summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-12-01 18:53:27 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-12-01 18:53:27 +0000
commit42bc9ee1a45c3ef20add348046605c417c019987 (patch)
tree5a78624a7c333462998e089a4f6ed929e19210c6 /nuttx
parentbcdec2b7f93ef0e4ad736ca4181e5d0762540ddc (diff)
downloadpx4-nuttx-42bc9ee1a45c3ef20add348046605c417c019987.tar.gz
px4-nuttx-42bc9ee1a45c3ef20add348046605c417c019987.tar.bz2
px4-nuttx-42bc9ee1a45c3ef20add348046605c417c019987.zip
Fix vectsubtract name
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1382 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/include/nuttx/nxglib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/include/nuttx/nxglib.h b/nuttx/include/nuttx/nxglib.h
index 1f230e0d2..38b307f2a 100644
--- a/nuttx/include/nuttx/nxglib.h
+++ b/nuttx/include/nuttx/nxglib.h
@@ -359,9 +359,9 @@ EXTERN void nxgl_vectoradd(FAR struct nxgl_point_s *dest,
*
****************************************************************************/
-EXTERN void nxgl_vectorsubtract(FAR struct nxgl_point_s *dest,
- FAR const struct nxgl_point_s *v1,
- FAR const struct nxgl_point_s *v2);
+EXTERN void nxgl_vectsubtract(FAR struct nxgl_point_s *dest,
+ FAR const struct nxgl_point_s *v1,
+ FAR const struct nxgl_point_s *v2);
/****************************************************************************
* Name: nxgl_rectintersect