diff options
author | manojgudi | 2014-01-22 15:08:35 +0530 |
---|---|---|
committer | manojgudi | 2014-01-22 15:08:35 +0530 |
commit | a92e4f37be9dfb28ad8eb92969d80067f4281864 (patch) | |
tree | b05537184dfed391f69af3887bae0d0f0ca007f0 /gr-sbhs | |
parent | 235e0a31fb52d7f28ea67e656938f996f4b5f21c (diff) | |
download | gnuradio-a92e4f37be9dfb28ad8eb92969d80067f4281864.tar.gz gnuradio-a92e4f37be9dfb28ad8eb92969d80067f4281864.tar.bz2 gnuradio-a92e4f37be9dfb28ad8eb92969d80067f4281864.zip |
Trivial Category commit
Diffstat (limited to 'gr-sbhs')
-rw-r--r-- | gr-sbhs/grc/sbhs_controller.xml | 2 | ||||
-rw-r--r-- | gr-sbhs/grc/sbhs_plant.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gr-sbhs/grc/sbhs_controller.xml b/gr-sbhs/grc/sbhs_controller.xml index 369e5b450..7fc994042 100644 --- a/gr-sbhs/grc/sbhs_controller.xml +++ b/gr-sbhs/grc/sbhs_controller.xml @@ -8,7 +8,7 @@ <block> <name>sbhs_controller</name> <key>sbhs_controller</key> - <category>controller</category> + <category>SBHS</category> <import>import gnuradio.sbhs.gr_controller as gr_controller</import> <make>gr_controller.sbhs_controller() diff --git a/gr-sbhs/grc/sbhs_plant.xml b/gr-sbhs/grc/sbhs_plant.xml index 428514c71..ada16e647 100644 --- a/gr-sbhs/grc/sbhs_plant.xml +++ b/gr-sbhs/grc/sbhs_plant.xml @@ -8,7 +8,7 @@ <block> <name>sbhs</name> <key>gr_sbhs</key> - <category>sbhs</category> + <category>SBHS</category> <import>import gnuradio.sbhs.gr_sbhs as gr_sbhs</import> <make>gr_sbhs.gr_sbhs() |