Commit 4bc3ec3e authored by Aurelio Colosimo's avatar Aurelio Colosimo

trivial lib-bare/bare-startup.c: do not use GLBS call, but directly ppg

Signed-off-by: Aurelio Colosimo's avatarAurelio Colosimo <aurelio@aureliocolosimo.it>
parent 19d665a8
......@@ -39,13 +39,13 @@ int ppsi_main(int argc, char **argv)
PP_PRINTF("bare: starting. Compiled on %s\n", __DATE__);
ppi->glbs = ppg;
GLBS(ppi)->defaultDS = &defaultDS;
GLBS(ppi)->currentDS = &currentDS;
GLBS(ppi)->parentDS = &parentDS;
ppg->defaultDS = &defaultDS;
ppg->currentDS = &currentDS;
ppg->parentDS = &parentDS;
ppi->portDS = &portDS;
GLBS(ppi)->timePropertiesDS = &timePropertiesDS;
GLBS(ppi)->servo = &servo;
GLBS(ppi)->arch_data = NULL;
ppg->timePropertiesDS = &timePropertiesDS;
ppg->servo = &servo;
ppg->arch_data = NULL;
ppi->n_ops = &bare_net_ops;
ppi->t_ops = &bare_time_ops;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment