diff options
Diffstat (limited to 'gr-howto-write-a-block-cmake/grc/howto_square2_ff.xml')
-rw-r--r-- | gr-howto-write-a-block-cmake/grc/howto_square2_ff.xml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/gr-howto-write-a-block-cmake/grc/howto_square2_ff.xml b/gr-howto-write-a-block-cmake/grc/howto_square2_ff.xml deleted file mode 100644 index c58ef0047..000000000 --- a/gr-howto-write-a-block-cmake/grc/howto_square2_ff.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0"?> -<block> - <name>Square2</name> - <key>howto_square2_ff</key> - <category>HOWTO</category> - <import>import howto</import> - <make>howto.square2_ff()</make> - - <sink> - <name>in</name> - <type>float</type> - </sink> - - <source> - <name>out</name> - <type>float</type> - </source> -</block> |