From 9592a878267ff16aaf7f7439b1448aac05fde4c2 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Wed, 7 Nov 2012 13:45:00 +0100 Subject: [PATCH] small cosmetic fix --- include/touchpad_lld.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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