Commit cadb672d authored by Cedric Roux's avatar Cedric Roux

minor bugfix: forgot to update T_init in the example tracee

parent 3d78e5a3
......@@ -6,7 +6,7 @@
int main(void)
{
int frame = 0;
T_init(2021, 1);
T_init(2021, 1, 0);
while (1) {
getchar();
T(T_ENB_PHY_PUCCH_1AB_IQ, T_INT(0), T_INT(0), T_INT(frame), T_INT(0), T_INT(0), T_INT(0));
......
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