diff options
author | Joel Bodenmann <joel@unormal.org> | 2012-11-02 09:33:56 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2012-11-02 09:33:56 +0100 |
commit | 397b5074e8a8fae3dbfa52dd0ce62e4ccb2908dc (patch) | |
tree | 292a9658f1cd4ed4a6df31ae354f2d753a1fd84c /drivers | |
parent | 7603ae30822052a898e05f0634ae6a4ab9ac4792 (diff) | |
download | uGFX-397b5074e8a8fae3dbfa52dd0ce62e4ccb2908dc.tar.gz uGFX-397b5074e8a8fae3dbfa52dd0ce62e4ccb2908dc.tar.bz2 uGFX-397b5074e8a8fae3dbfa52dd0ce62e4ccb2908dc.zip |
docs
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/touchpad/ADS7843/touchpad_lld.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/touchpad/ADS7843/touchpad_lld.c b/drivers/touchpad/ADS7843/touchpad_lld.c index 4640ca8d..02b501a2 100644 --- a/drivers/touchpad/ADS7843/touchpad_lld.c +++ b/drivers/touchpad/ADS7843/touchpad_lld.c @@ -67,6 +67,8 @@ /**
* @brief Low level Touchpad driver initialization.
*
+ * @param[in] The touchpad driver
+ *
* @notapi
*/
void tp_lld_init(const TOUCHPADDriver *tp) {
|