 413a03defb
			
		
	
	
		413a03defb
		
			
		
	
	
	
	
		
			
			* FuriHal: replace HAL with LL for ARR and CC * Rfid, FuriHal: migrate emulation to LL * RFID hal: disable arr preload during emulation * Rfid, Furi, FuriHal: last piece of LL puzzle * Rfid, Furi, FuriHal: filing the last piece of LL puzzle Co-authored-by: DrZlo13 <who.just.the.doctor@gmail.com>
		
			
				
	
	
		
			8 lines
		
	
	
		
			110 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			110 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #include "furi.h"
 | |
| 
 | |
| void furi_init() {
 | |
|     furi_log_init();
 | |
|     furi_record_init();
 | |
|     furi_stdglue_init();
 | |
| }
 |