summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
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 */
};
/****************************************************************************