diff options
author | Joel Bodenmann <joel@unormal.org> | 2013-03-08 06:36:33 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2013-03-08 06:36:33 +0100 |
commit | e9cb6aa17a053f5eb00b4a898c7f7748138503ae (patch) | |
tree | 401ce6d62697e900794559bb9b95764515d5f2a3 /drivers/ginput/touch/STMPE811/stmpe811.h | |
parent | e5cee65d422a75f057a6bda7d5c34db3e662f4dc (diff) | |
download | uGFX-e9cb6aa17a053f5eb00b4a898c7f7748138503ae.tar.gz uGFX-e9cb6aa17a053f5eb00b4a898c7f7748138503ae.tar.bz2 uGFX-e9cb6aa17a053f5eb00b4a898c7f7748138503ae.zip |
small cleanup
Diffstat (limited to 'drivers/ginput/touch/STMPE811/stmpe811.h')
-rw-r--r-- | drivers/ginput/touch/STMPE811/stmpe811.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/ginput/touch/STMPE811/stmpe811.h b/drivers/ginput/touch/STMPE811/stmpe811.h index f17d395b..8396a844 100644 --- a/drivers/ginput/touch/STMPE811/stmpe811.h +++ b/drivers/ginput/touch/STMPE811/stmpe811.h @@ -20,7 +20,7 @@ /** * @file drivers/ginput/touch/STMPE811/stmpe811.h - * @brief GINPUT Input Driver support header for the STMPE811 touch controller. + * @brief Register definition header for the STMPE811 touch controller. * * @addtogroup GINPUT * @{ @@ -98,3 +98,4 @@ #endif /* _STMPE811_H */ /** @} */ + |