mirror of
				https://github.com/rtlsdrblog/rtl-sdr-blog.git
				synced 2025-10-31 00:48:08 +01:00 
			
		
		
		
	rtl_test: add info message
Signed-off-by: Steve Markgraf <steve@steve-m.de>
This commit is contained in:
		| @@ -336,6 +336,13 @@ int main(int argc, char **argv) | ||||
| #endif | ||||
| 	} | ||||
|  | ||||
| 	if (!ppm_benchmark) { | ||||
| 		fprintf(stderr, "\nInfo: This tool will continuously" | ||||
| 				" read from the device, and report if\n" | ||||
| 				"samples get lost. If you observe no " | ||||
| 				"further output, everything is fine.\n\n"); | ||||
| 	} | ||||
|  | ||||
| 	if (sync_mode) { | ||||
| 		fprintf(stderr, "Reading samples in sync mode...\n"); | ||||
| 		while (!do_exit) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user