add uci pst option (not handled)

This commit is contained in:
2024-07-25 09:56:27 +02:00
parent 4733a1d65f
commit d5920886a3
4 changed files with 30 additions and 16 deletions

View File

@@ -68,9 +68,7 @@ void init_all(void)
/* eval tables */
printf("pst tables... ");
int pst;
bug_on_always((pst = pst_find(PST_DEFAULT)) < 0);
pst_init(pst);
pst_init(PST_DEFAULT);
printf("done.\n");
}