mirror of https://github.com/F5OEO/rpitx
Changed outpuf file oflags for pifm.c and piam.c so that it can actually write to the output files.
This commit is contained in:
parent
a80e10904d
commit
fe591b4c85
|
|
@ -74,7 +74,7 @@ int main(int argc, char **argv) {
|
|||
return 1 ;
|
||||
}
|
||||
|
||||
FileFreqTiming = open(outfilename, O_RDONLY);
|
||||
FileFreqTiming = open(outfilename, O_RWONLY);
|
||||
|
||||
|
||||
/** **/
|
||||
|
|
|
|||
Loading…
Reference in New Issue