summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-29 01:43:51 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-29 01:43:51 +0000
commit8c25ac6383b32cb9fe09fde69bb15975d3a98b36 (patch)
treeee8ea05eeb60f4da367dd52ec056603755056fc3 /nuttx/configs
parent05738115218b3090bce9e5e3e279e0a9f5df194d (diff)
downloadpx4-nuttx-8c25ac6383b32cb9fe09fde69bb15975d3a98b36.tar.gz
px4-nuttx-8c25ac6383b32cb9fe09fde69bb15975d3a98b36.tar.bz2
px4-nuttx-8c25ac6383b32cb9fe09fde69bb15975d3a98b36.zip
A little more cleanup after the big STMPE11->811 name change
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4783 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/stm3220g-eval/src/up_stmpe811.c2
-rw-r--r--nuttx/configs/stm3240g-eval/src/up_stmpe811.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/stm3220g-eval/src/up_stmpe811.c b/nuttx/configs/stm3220g-eval/src/up_stmpe811.c
index b07cc52bf..a15e69506 100644
--- a/nuttx/configs/stm3220g-eval/src/up_stmpe811.c
+++ b/nuttx/configs/stm3220g-eval/src/up_stmpe811.c
@@ -136,7 +136,7 @@ struct stm32_stmpe811config_s
/* Additional private definitions only known to this driver */
STMPE811_HANDLE handle; /* The STMPE811 driver handle */
- xcpt_t handler; /* The STMPE811 interrupt handler */
+ xcpt_t handler; /* The STMPE811 interrupt handler */
};
/****************************************************************************
diff --git a/nuttx/configs/stm3240g-eval/src/up_stmpe811.c b/nuttx/configs/stm3240g-eval/src/up_stmpe811.c
index a64d62825..257c886b9 100644
--- a/nuttx/configs/stm3240g-eval/src/up_stmpe811.c
+++ b/nuttx/configs/stm3240g-eval/src/up_stmpe811.c
@@ -136,7 +136,7 @@ struct stm32_stmpe811config_s
/* Additional private definitions only known to this driver */
STMPE811_HANDLE handle; /* The STMPE811 driver handle */
- xcpt_t handler; /* The STMPE811 interrupt handler */
+ xcpt_t handler; /* The STMPE811 interrupt handler */
};
/****************************************************************************