Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jocover committed Jul 14, 2015
1 parent 6cf5f62 commit 7256d30
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions ExtIO_Hackrf/ExtIO_HackRF.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -329,11 +329,9 @@ bool EXTIO_API OpenHW(void)
return FALSE;
}
while (!hackrf_is_streaming(device));
// pthread_create(&bandwidth_thread, NULL, usb_bandwidth, NULL);
bandwidth_thread=CreateThread(NULL, 0, usb_bandwidth, NULL, 0, 0);
return TRUE;
}
//

extern "C"
void EXTIO_API ShowGUI()
Expand Down
Binary file modified ExtIO_Hackrf/ExtIO_HackRF.rc
Binary file not shown.
2 changes: 1 addition & 1 deletion ExtIO_Hackrf/ExtIO_HackRF.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<ClCompile>
<Optimization>MaxSpeed</Optimization>
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;_CRT_NON_CONFORMING_SWPRINTFS;EXTIO_EXPORTS;1PTW32_STATIC_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;_CRT_NON_CONFORMING_SWPRINTFS;EXTIO_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<ExceptionHandling />
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
Expand Down

0 comments on commit 7256d30

Please sign in to comment.