Skip to content
Snippets Groups Projects
Commit cadb672d authored by Cédric Roux's avatar Cédric Roux
Browse files

minor bugfix: forgot to update T_init in the example tracee

parent 3d78e5a3
No related branches found
No related tags found
No related merge requests found
......@@ -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));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment