aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2012-11-07 13:45:00 +0100
committerJoel Bodenmann <joel@unormal.org>2012-11-07 13:45:00 +0100
commit9592a878267ff16aaf7f7439b1448aac05fde4c2 (patch)
treef3668520f1ac82a33808d862257f4ceb254bb1db /include
parent0458a02b762abdf5d52b8533f53ee1d1b0fa034c (diff)
downloaduGFX-9592a878267ff16aaf7f7439b1448aac05fde4c2.tar.gz
uGFX-9592a878267ff16aaf7f7439b1448aac05fde4c2.tar.bz2
uGFX-9592a878267ff16aaf7f7439b1448aac05fde4c2.zip
small cosmetic fix
Diffstat (limited to 'include')
-rw-r--r--include/touchpad_lld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/touchpad_lld.h b/include/touchpad_lld.h
index a5e28fdd..20fdbf7f 100644
--- a/include/touchpad_lld.h
+++ b/include/touchpad_lld.h
@@ -76,7 +76,7 @@
/**
* @brief Structure representing a Touchpad driver.
*/
-typedef struct _TOUCHPADDriver {
+typedef struct TOUCHPADDriver {
/*
* @brief Pointer to SPI driver.
* @note SPI driver must be enabled in mcuconf.h and halconf.h