mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-30 21:02:32 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			117 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			117 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef SUART
 | |
| #define SUART
 | |
| 
 | |
| void xmit(uint8_t);
 | |
| uint8_t rcvr(void);
 | |
| uint8_t recv(void);
 | |
| 
 | |
| #endif	/* SUART */
 | 
