mirror of
				https://github.com/brmlab/osmo-tetra.git
				synced 2025-10-30 23:14:00 +01:00 
			
		
		
		
	fix debug build
This commit is contained in:
		
							parent
							
								
									f30c673b5b
								
							
						
					
					
						commit
						a0d940526e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -112,7 +112,7 @@ int tetra_burst_sync_in(struct tetra_rx_state *trs, uint8_t *bits, unsigned int | ||||||
| 			/* we have successfully received (at least) one frame */ | 			/* we have successfully received (at least) one frame */ | ||||||
| 			tetra_tdma_time_add_tn(&t_phy_state.time, 1); | 			tetra_tdma_time_add_tn(&t_phy_state.time, 1); | ||||||
| 			printf("\nBURST"); | 			printf("\nBURST"); | ||||||
| 			DEBUGP(": %s", ubit_dump(trs->bitbuf, TETRA_BITS_PER_TS)); | 			DEBUGP(": %s", osmo_ubit_dump(trs->bitbuf, TETRA_BITS_PER_TS)); | ||||||
| 			printf("\n"); | 			printf("\n"); | ||||||
| 			rc = tetra_find_train_seq(trs->bitbuf, trs->bits_in_buf, | 			rc = tetra_find_train_seq(trs->bitbuf, trs->bits_in_buf, | ||||||
| 						  (1 << TETRA_TRAIN_NORM_1)| | 						  (1 << TETRA_TRAIN_NORM_1)| | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Jiří Pinkava
						Jiří Pinkava