fix indent, fix unused vars

This commit is contained in:
Hoernchen
2013-06-07 23:39:11 +02:00
parent 1e326997ed
commit cf8f7644c9
2 changed files with 45 additions and 47 deletions

View File

@ -770,8 +770,6 @@ typedef struct {
int ADDCALL hackrf_set_fracrate(hackrf_device* device, const float freq_mhz)
{
uint32_t l_freq_mhz;
uint32_t l_freq_hz;
set_fracrate_params_t set_fracrate_params;
uint8_t length;
int result;