This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/lib/fcdproplus_impl.cc b/lib/fcdproplus_impl.cc | |
| index beef6ba..f8f9085 100644 | |
| --- a/lib/fcdproplus_impl.cc | |
| +++ b/lib/fcdproplus_impl.cc | |
| @@ -124,8 +124,8 @@ namespace gr { | |
| /* setup the control part */ | |
| d_control_handle =NULL; | |
| hid_init(); | |
| - d_control_handle = hid_open ( FCDPROPLUS_VENDOR_ID ,FCDPROPLUS_PRODUCT_ID,NULL ); | |
| - if(d_control_handle == NULL ) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version='1.0' encoding='ASCII'?> | |
| <flow_graph> | |
| <timestamp>Wed Sep 11 16:13:12 2013</timestamp> | |
| <block> | |
| <key>variable</key> | |
| <param> | |
| <key>id</key> | |
| <value>xlate_filter_taps</value> | |
| </param> | |
| <param> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * gcc -Wall -Wextra -O2 -o limerx limerx.c -lLimeSuite | |
| * | |
| * ./limerx [samprate] [oversmapling] | |
| */ | |
| #define __STDC_FORMAT_MACROS | |
| #include <inttypes.h> | |
| #include <signal.h> | |
| #include <stdint.h> |
OlderNewer