Thank you.
You are right.
I modified and pushed the code.
Ryu
> Hi Ryu,
>
> I fixed the problem about the offset in the indexing of the pads. It's just in
> the TMTT3.cpp source code,
> Instead of wrtiting:
> case TMWindow::M_T3_Open_Pad1:
> OpenPad(0);
> break;
> one should write:
>
> case TMWindow::M_T3_Open_Pad1:
> OpenPad(1);
> break; |