Initialize ac_connected_cmd and ac_disconnected_cmd
This commit is contained in:
parent
dca5c2586c
commit
66b38cc7d6
1 changed files with 2 additions and 0 deletions
|
@ -137,6 +137,8 @@ void default_battery()
|
|||
battery_timeout = NULL;
|
||||
bat1_font_desc = NULL;
|
||||
bat2_font_desc = NULL;
|
||||
ac_connected_cmd = NULL;
|
||||
ac_disconnected_cmd = NULL;
|
||||
battery_low_cmd = NULL;
|
||||
battery_lclick_command = NULL;
|
||||
battery_mclick_command = NULL;
|
||||
|
|
Loading…
Reference in a new issue