aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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