|
cRIO File Writing Problem
My team is experiencing problems trying to write files to the cRIO. I have examined the threads on CD, and noticed you have to use the function "Priv_SetWriteFileAllowed(1);" to allow writing to the cRIO flash memory. I call this function in our program while including <WPILib.h> and I get the error that it is an undeclared function call.
I am wondering if I am possibly not including the correct header file for that call, or if I even need to call that anymore to access the memory.
Thanks,
-Ian McInerney
Programmer, Team 2022
|