mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-10-31 13:00:26 -04:00 
			
		
		
		
	bladerf2output: fix warning
format specifies type 'unsigned long' but the argument has type 'uint64_t'
This commit is contained in:
		
							parent
							
								
									036eda0a92
								
							
						
					
					
						commit
						d1d51a5d34
					
				| @ -50,7 +50,7 @@ BladeRF2OutputGui::BladeRF2OutputGui(DeviceUISet *deviceUISet, QWidget* parent) | |||||||
|     ui->setupUi(this); |     ui->setupUi(this); | ||||||
| 
 | 
 | ||||||
|     m_sampleSink->getFrequencyRange(f_min, f_max, step); |     m_sampleSink->getFrequencyRange(f_min, f_max, step); | ||||||
|     qDebug("BladeRF2OutputGui::BladeRF2OutputGui: getFrequencyRange: [%lu,%lu] step: %d", f_min, f_max, step); |     qDebug("BladeRF2OutputGui::BladeRF2OutputGui: getFrequencyRange: [%llu,%llu] step: %d", f_min, f_max, step); | ||||||
|     ui->centerFrequency->setColorMapper(ColorMapper(ColorMapper::GrayGold)); |     ui->centerFrequency->setColorMapper(ColorMapper(ColorMapper::GrayGold)); | ||||||
|     ui->centerFrequency->setValueRange(7, f_min/1000, f_max/1000); |     ui->centerFrequency->setValueRange(7, f_min/1000, f_max/1000); | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user