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
This commit is contained in:
patacongo 2012-05-29 01:43:51 +00:00
parent 5c50b456af
commit 7d8068025b
2 changed files with 2 additions and 2 deletions

View File

@ -136,7 +136,7 @@ struct stm32_stmpe811config_s
/* Additional private definitions only known to this driver */ /* Additional private definitions only known to this driver */
STMPE811_HANDLE handle; /* The STMPE811 driver handle */ STMPE811_HANDLE handle; /* The STMPE811 driver handle */
xcpt_t handler; /* The STMPE811 interrupt handler */ xcpt_t handler; /* The STMPE811 interrupt handler */
}; };
/**************************************************************************** /****************************************************************************

View File

@ -136,7 +136,7 @@ struct stm32_stmpe811config_s
/* Additional private definitions only known to this driver */ /* Additional private definitions only known to this driver */
STMPE811_HANDLE handle; /* The STMPE811 driver handle */ STMPE811_HANDLE handle; /* The STMPE811 driver handle */
xcpt_t handler; /* The STMPE811 interrupt handler */ xcpt_t handler; /* The STMPE811 interrupt handler */
}; };
/**************************************************************************** /****************************************************************************