aboutsummaryrefslogtreecommitdiffstats
path: root/drv_SimpleLCD.c
diff options
context:
space:
mode:
Diffstat (limited to 'drv_SimpleLCD.c')
-rw-r--r--drv_SimpleLCD.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drv_SimpleLCD.c b/drv_SimpleLCD.c
index 92e56da..482b67a 100644
--- a/drv_SimpleLCD.c
+++ b/drv_SimpleLCD.c
@@ -343,8 +343,8 @@ int drv_SL_quit(const int quiet)
DRIVER drv_SimpleLCD = {
- name:Name,
- list:drv_SL_list,
- init:drv_SL_init,
- quit:drv_SL_quit,
+ .name = Name,
+ .list = drv_SL_list,
+ .init = drv_SL_init,
+ .quit = drv_SL_quit,
};