aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/templates/meta/driver_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/templates/meta/driver_lld.h')
-rw-r--r--os/hal/templates/meta/driver_lld.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/templates/meta/driver_lld.h b/os/hal/templates/meta/driver_lld.h
index 7d75bbaea..a30b54921 100644
--- a/os/hal/templates/meta/driver_lld.h
+++ b/os/hal/templates/meta/driver_lld.h
@@ -67,11 +67,11 @@ struct XXXDriver {
/**
* @brief Driver state.
*/
- xxxstate_t xxx_state;
+ xxxstate_t state;
/**
* @brief Current configuration data.
*/
- const XXXConfig *xxx_config;
+ const XXXConfig *config;
/* End of the mandatory fields.*/
};