From 8c25ac6383b32cb9fe09fde69bb15975d3a98b36 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: svn://svn.code.sf.net/p/nuttx/code/trunk@4783 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/stm3220g-eval/src/up_stmpe811.c | 2 +- nuttx/configs/stm3240g-eval/src/up_stmpe811.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx/configs') 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 */ }; /**************************************************************************** -- cgit v1.2.3