Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions opendps/opendps.c
Original file line number Diff line number Diff line change
Expand Up @@ -447,15 +447,15 @@ static void ui_init(void)

/** Initialise the function screens */
uui_init(&func_ui, &g_past);
#ifdef CONFIG_MPPT_ENABLE
func_mppt_init(&func_ui);
#endif // CONFIG_MPPT_ENABLE
#ifdef CONFIG_CCCV_ENABLE
func_cccv_init(&func_ui);
#endif // CONFIG_CCCV_ENABLE
#ifdef CONFIG_FUNCGEN_ENABLE
func_gen_init(&func_ui);
#endif // CONFIG_FUNCGEN_ENABLE
#ifdef CONFIG_MPPT_ENABLE
func_mppt_init(&func_ui);
#endif // CONFIG_MPPT_ENABLE


/** Initialise the settings screens */
Expand Down