CSharp_Dll3911_Demo won't compile
I'm looking at the Dll3911_Demos from Discovery GUI pack v1.2.12.
Frustratingly it It wont compile due to an error on line 202
ErrorCode = ST25R3911_Dll.rfalTransceiveBlockingTxRx(Handle, cmd, 5, resp, 12, us, RFAL, rfalConvMsTo1fc(5));
The function rfalConvMsTo1fc seems to be missing also the variable RFAL. I can compile it if i comment out the line but this is function I would like to implement.
Is there a more up to date version of the source code which compiles available?
