mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-30 21:02:32 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			138 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			138 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef RN42_TASK_H
 | |
| #define RN42_TASK_H
 | |
| 
 | |
| #include <stdbool.h>
 | |
| #include "rn42.h"
 | |
| 
 | |
| void rn42_task_init(void);
 | |
| void rn42_task(void);
 | |
| 
 | |
| #endif
 | 
