summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/stm3220g-eval/src
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-29 01:43:51 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-29 01:43:51 +0000
commit7469324778b5b0dc0707111cb8037212bcc3a340 (patch)
treeee8ea05eeb60f4da367dd52ec056603755056fc3 /nuttx/configs/stm3220g-eval/src
parent10c6e812ee5e8b143ea553091830d18b76c30436 (diff)
A little more cleanup after the big STMPE11->811 name change
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4783 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/stm3220g-eval/src')
-rw-r--r--nuttx/configs/stm3220g-eval/src/up_stmpe811.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/stm3220g-eval/src/up_stmpe811.c b/nuttx/configs/stm3220g-eval/src/up_stmpe811.c
index b07cc52bf2..a15e695067 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 */
};
/****************************************************************************