diff options
author | Michael Denkowski <mdenkows@cs.cmu.edu> | 2013-09-15 19:51:08 -0700 |
---|---|---|
committer | Michael Denkowski <mdenkows@cs.cmu.edu> | 2013-09-15 19:51:08 -0700 |
commit | 58763340c02ddafa056d0a00a061cecfb33c9c0c (patch) | |
tree | 29384172ea0da2a5decab143dd3a64d42c80ea17 /realtime/rt | |
parent | b67c9b33ca9e91fc0200a6687fc76f73c0a022f3 (diff) |
Typo fix
Diffstat (limited to 'realtime/rt')
-rw-r--r-- | realtime/rt/util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/realtime/rt/util.py b/realtime/rt/util.py index b823e12f..6e07f116 100644 --- a/realtime/rt/util.py +++ b/realtime/rt/util.py @@ -37,7 +37,7 @@ def cdec_ini_for_realtime(config, path, ref_fifo): f[1] = os.path.join(path, f[1]) f[2] = os.path.join(path, f[2]) f.append('-r') - f.append(ref) + f.append(ref_fifo) f.append('-t') config[i][1] = ' '.join(f) |