Initial update of init-state ROM in init_loop test

ROM clients have to request an initial update of dynamic ROMs explicitly
and should not depend on artificial signals from the ROM session on
signal-handler registration.

Issue #4274
This commit is contained in:
Christian Helmuth 2021-10-04 11:20:25 +02:00 committed by Norman Feske
parent 93583cce3b
commit 07bb3fc1ec

View File

@ -254,6 +254,8 @@ struct Test::Main
{
_init_state.sigh(_init_state_handler);
_handle_init_state();
generate_init_config();
}
};