diff options
author | Tom Rondeau | 2012-11-28 13:29:45 -0800 |
---|---|---|
committer | Tom Rondeau | 2012-11-28 13:30:14 -0800 |
commit | 0737dd4449c54523921d140db57a3541cd0befa0 (patch) | |
tree | 7b42e00ba4d07557d5249bfe07d437142ebc9d7b /gr-digital | |
parent | abc6ff52be07b544c90f415eb335666be55d0665 (diff) | |
download | gnuradio-0737dd4449c54523921d140db57a3541cd0befa0.tar.gz gnuradio-0737dd4449c54523921d140db57a3541cd0befa0.tar.bz2 gnuradio-0737dd4449c54523921d140db57a3541cd0befa0.zip |
digital: fixing GRC file id names to build other than top_block.py.
Diffstat (limited to 'gr-digital')
-rw-r--r-- | gr-digital/examples/demod/ber_simulation.grc | 2 | ||||
-rw-r--r-- | gr-digital/examples/demod/digital_freq_lock.grc | 2 | ||||
-rw-r--r-- | gr-digital/examples/demod/pam_sync.grc | 2 | ||||
-rw-r--r-- | gr-digital/examples/demod/pam_timing.grc | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/gr-digital/examples/demod/ber_simulation.grc b/gr-digital/examples/demod/ber_simulation.grc index b7c6a624b..daf8bfde0 100644 --- a/gr-digital/examples/demod/ber_simulation.grc +++ b/gr-digital/examples/demod/ber_simulation.grc @@ -5,7 +5,7 @@ <key>options</key> <param> <key>id</key> - <value>ber_sim</value> + <value>ber_simulation</value> </param> <param> <key>_enabled</key> diff --git a/gr-digital/examples/demod/digital_freq_lock.grc b/gr-digital/examples/demod/digital_freq_lock.grc index df105dd7f..09d3085dd 100644 --- a/gr-digital/examples/demod/digital_freq_lock.grc +++ b/gr-digital/examples/demod/digital_freq_lock.grc @@ -5,7 +5,7 @@ <key>options</key> <param> <key>id</key> - <value>top_block</value> + <value>digital_freq_lock</value> </param> <param> <key>_enabled</key> diff --git a/gr-digital/examples/demod/pam_sync.grc b/gr-digital/examples/demod/pam_sync.grc index f870a0b06..dbd4befa6 100644 --- a/gr-digital/examples/demod/pam_sync.grc +++ b/gr-digital/examples/demod/pam_sync.grc @@ -5,7 +5,7 @@ <key>options</key> <param> <key>id</key> - <value>top_block</value> + <value>pam_sync</value> </param> <param> <key>_enabled</key> diff --git a/gr-digital/examples/demod/pam_timing.grc b/gr-digital/examples/demod/pam_timing.grc index 14a7d403e..c253d9a9f 100644 --- a/gr-digital/examples/demod/pam_timing.grc +++ b/gr-digital/examples/demod/pam_timing.grc @@ -5,7 +5,7 @@ <key>options</key> <param> <key>id</key> - <value>top_block</value> + <value>pam_timing</value> </param> <param> <key>_enabled</key> |