From 7469324778b5b0dc0707111cb8037212bcc3a340 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 29 May 2012 01:43:51 +0000 Subject: 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 --- nuttx/configs/stm3220g-eval/src/up_stmpe811.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/configs/stm3220g-eval/src') 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 */ }; /**************************************************************************** -- cgit v1.2.3